COLOR #A574F0

HEX: #A574F0 RGB: (165,116,240)

Color info

#A574F0 contains mainly blue color. Web safe color of #A574F0 is #9966FF (or #96F).

RGB color model

#A574F0 color RGB value is (165,116,240).

RGB: (165,116,240) (65%, 45%, 94%)

RGB channels and saturation

R 165 of 255 = 65%
G 116 of 255 = 45%
B 240 of 255 = 94%

165
116
240

R + G + B ~ 68%. #A574F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 116 + 240 = 521 (100%)
R 165 of 521 ~ 31.67%
G 116 of 521 ~ 22.26%
B 240 of 521 ~ 46.07'%

%31.67
%22.26
%46.07

CMYK color model

#A574F0 color CMYK value is (31,52,0,6).

  • cyan value is 31.25%
  • magenta value is 51.67%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (31,52,0,6)
C31M52Y0K6 (31%, 52%, 0%, 6%)
(0.31 / 0.52 / 0.00 / 0.06)

CMYK percentages

%31.25
%51.67
%0
%5.88

Codes

Color #A574F0 in popluar color models

A5 74 F0
RGB 165 116 240
HSL 264° 80.52% 69.80%
HSB/HSV 264° 51.67% 94.12%
CMYK 31.25% 51.67% 0.00%
5.88%

Color #A574F0 in popluar number systems.

HEX A5 74 F0
Decimal 165 116 240
Binary 10100101 1110100 11110000
Octal 245 164 360

Shades and tints

Shades of #A574F0

#A574F0
(165,116,240)
#966ADB
(150,106,219)
#8760C6
(135,96,198)
#7856B1
(120,86,177)
#694C9C
(105,76,156)
#5A4287
(90,66,135)
#4B3872
(75,56,114)
#3C2E5D
(60,46,93)
#2D2448
(45,36,72)
#1E1A33
(30,26,51)
#0F101E
(15,16,30)
#000000
(0,0,0)

Tints of #A574F0

#A574F0
(165,116,240)
#AD80F1
(173,128,241)
#B58CF2
(181,140,242)
#BD98F3
(189,152,243)
#C5A4F4
(197,164,244)
#CDB0F5
(205,176,245)
#D5BCF6
(213,188,246)
#DDC8F7
(221,200,247)
#E5D4F8
(229,212,248)
#EDE0F9
(237,224,249)
#F5ECFA
(245,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A574F0 color. Also use rgb(165,116,240) instead hex code.

Text Font Color

.myTextColor { color: #A574F0; }

<p style="color:#A574F0">This sample text font color is #A574F0.</p>

This text font color is #A574F0.

Background Color

.myBgColor { background-color: #A574F0; }

<div style="background-color:#A574F0">Inner text</div>

This div background color is #A574F0.

Border color

.myBorderColor { border: 1px solid #A574F0; }

<div style="border:3px solid #A574F0">Div</div>

This div border color is #A574F0.

Opacity

.myOpacity80 { color: #A574F0; opacity: 0.8; }

<p style="color:#A574F0;opacity:0.8;">80%</p>

Text with #A574F0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A574F0;}

<p style="text-shadow: 3px 3px 1px #A574F0">Text here.</p>

This text has shadow with #A574F0 color.


.textShadow {text-shadow: 3px 3px 1px #A574F0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A574F0, 5px 5px 20px red">Text here.</p>

This text has shadow with #A574F0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A574F0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A574F0, Direction=45, Strength=4)">Text</p>

This text has shadow with #A574F0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A574F0;
-webkit-box-shadow: 1px 1px 3px 2px #A574F0;
box-shadow: 1px 1px 3px 2px #A574F0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A574F0; -webkit-box-shadow: 1px 1px 3px 2px #A574F0; box-shadow:1px 1px 3px 2px #A574F0;">
Div content here
</div>

This div box has shadow with color #A574F0.

Preview

Color preview on black background

This text has color #A574F0 on black background.


Color preview on white background

This text has color #A574F0 on white background.


Black color preview on #A574F0 background

This text has black color on #A574F0 background.


White color preview on #A574F0 background

This text has white color on #A574F0 background.


Related colors

Complementary color

Complementary color for #hex is #5A8B0F.


I love getcolorcode.com

Triadic colors

1 #F0A574 and #74F0A5 with #A574F0 are triadic colors.

2 #F074A5 and #74A5F0 with #A574F0 are triadic colors.