Html Css Color HEX #A0116F Eggplant

📋 copy color: '#A0116F'

red 160 ◦ green 17 ◦ blue 111

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

Shades of Eggplant #A0116F

Tints of Eggplant #A0116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.54%

R = 55.56%
G = 5.9%
B = 38.54%

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

#A0116F (or 0xA0116F) is known color: Eggplant. HEX triplet: A0, 11 and 6F. RGB value is (160,17,111). Sum of RGB (Red+Green+Blue) = 160+17+111=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0116F is #5FEE90. Grayscale: #464646. Windows color (decimal): -6286993 or 7279008. OLE color: 7279008.

HSL color Cylindrical-coordinate representation of color #A0116F: hue angle of 320.56º 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 #A0116F is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 17 111 -
CMYK 0 0.89 0.31 0.37
HSL 320.56º 0.81% 0.35% -
HSV(B) 320.56º 0.89% 0.63% -
XYZ 17.57 9.02 15.85 -
YUV 70.47 150.88 191.86 -
System Red Green Blue C M Y K H S L
Decimal 160 17 111 0 0.89 0.31 0.37 320.56 0.81 0.35
Hex A0 11 6F 0 59 1F 25 141 51 23
Octal 240 21 157 0 131 37 45 501 121 43
Binary 10100000 10001 1101111 0 1011001 11111 100101 101000001 1010001 100011

Color Harmonies of #A0116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0116F

Black with #A0116F

Text Example


Text Example

White with #A0116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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