Html Css Color HEX #A0116E Eggplant

📋 copy color: '#A0116E'

red 160 ◦ green 17 ◦ blue 110

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

Shades of Eggplant #A0116E

Tints of Eggplant #A0116E

RGB

 RED value IS 160 (62.89% from 255) = 55.75%

 GREEN value IS 17 (7.03% from 255) = 5.92%

 BLUE value IS 110 (43.36% from 255) = 38.33%

R = 55.75%
G = 5.92%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0116E (or 0xA0116E) is known color: Eggplant. HEX triplet: A0, 11 and 6E. RGB value is (160,17,110). Sum of RGB (Red+Green+Blue) = 160+17+110=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0116E is #5FEE91. Grayscale: #464646. Windows color (decimal): -6286994 or 7213472. OLE color: 7213472.

HSL color Cylindrical-coordinate representation of color #A0116E: hue angle of 320.98º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0116E is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 17 110 -
CMYK 0 0.89 0.31 0.37
HSL 320.98º 0.81% 0.35% -
HSV(B) 320.98º 0.89% 0.63% -
XYZ 17.51 9 15.57 -
YUV 70.36 150.38 191.94 -
System Red Green Blue C M Y K H S L
Decimal 160 17 110 0 0.89 0.31 0.37 320.98 0.81 0.35
Hex A0 11 6E 0 59 1F 25 141 51 23
Octal 240 21 156 0 131 37 45 501 121 43
Binary 10100000 10001 1101110 0 1011001 11111 100101 101000001 1010001 100011

Color Harmonies of #A0116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0116E

Black with #A0116E

Text Example


Text Example

White with #A0116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0116E; }

 p { color: rgb(160,17,110); }

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

background-color css

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

 a { background-color: rgb(160,17,110); }

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

border-color css

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

 span { border-color: rgb(160,17,110); }

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