Html Css Color HEX #A10574 Eggplant

📋 copy color: '#A10574'

red 161 ◦ green 5 ◦ blue 116

#A10574
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #A10574

Tints of Eggplant #A10574

RGB

 RED value IS 161 (63.28% from 255) = 57.09%

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 57.09%
G = 1.77%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A10574 (or 0xA10574) is known color: Eggplant. HEX triplet: A1, 05 and 74. RGB value is (161,5,116). Sum of RGB (Red+Green+Blue) = 161+5+116=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A10574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10574 is #5EFA8B. Grayscale: #404040. Windows color (decimal): -6224524 or 7603617. OLE color: 7603617.

HSL color Cylindrical-coordinate representation of color #A10574: hue angle of 317.31º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A10574 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 5 116 -
CMYK 0 0.97 0.28 0.37
HSL 317.31º 0.94% 0.33% -
HSV(B) 317.31º 0.97% 0.63% -
XYZ 17.9 8.95 17.31 -
YUV 64.3 157.18 196.97 -
System Red Green Blue C M Y K H S L
Decimal 161 5 116 0 0.97 0.28 0.37 317.31 0.94 0.33
Hex A1 5 74 0 61 1C 25 13D 5E 21
Octal 241 5 164 0 141 34 45 475 136 41
Binary 10100001 101 1110100 0 1100001 11100 100101 100111101 1011110 100001

Color Harmonies of #A10574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10574

Black with #A10574

Text Example


Text Example

White with #A10574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10574; }

 p { color: rgb(161,5,116); }

 H1.HeaderClassName
 {
   color: #A10574;
 }
 .AnyTagClassName
 {
   color: #A10574;
 }
</style>

background-color css

<style>
 a { background-color: #A10574; }

 a { background-color: rgb(161,5,116); }

 div.DivClassName
 {
   background-color: #A10574;
 }
 .BgClassName
 {
   background-color: #A10574;
 }
</style>

border-color css

<style>
 span { border-color: #A10574; }

 span { border-color: rgb(161,5,116); }

 td.TdClassName
 {
   border-color: #A10574;
 }
 .TagClassName
 {
   border-color: #A10574;
 }
</style>