Html Css Color HEX #A10774 Eggplant

📋 copy color: '#A10774'

red 161 ◦ green 7 ◦ blue 116

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

Shades of Eggplant #A10774

Tints of Eggplant #A10774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

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

R = 56.69%
G = 2.46%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A10774 (or 0xA10774) is known color: Eggplant. HEX triplet: A1, 07 and 74. RGB value is (161,7,116). Sum of RGB (Red+Green+Blue) = 161+7+116=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A10774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10774 is #5EF88B. Grayscale: #414141. Windows color (decimal): -6224012 or 7604129. OLE color: 7604129.

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

Color convert

RGB 161 7 116 -
CMYK 0 0.96 0.28 0.37
HSL 317.53º 0.92% 0.33% -
HSV(B) 317.53º 0.96% 0.63% -
XYZ 17.93 8.99 17.31 -
YUV 65.47 156.52 196.14 -
System Red Green Blue C M Y K H S L
Decimal 161 7 116 0 0.96 0.28 0.37 317.53 0.92 0.33
Hex A1 7 74 0 60 1C 25 13E 5C 21
Octal 241 7 164 0 140 34 45 476 134 41
Binary 10100001 111 1110100 0 1100000 11100 100101 100111110 1011100 100001

Color Harmonies of #A10774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10774

Black with #A10774

Text Example


Text Example

White with #A10774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10774; }

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

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

background-color css

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

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

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

border-color css

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

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

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