Html Css Color HEX #A0087E Eggplant

📋 copy color: '#A0087E'

red 160 ◦ green 8 ◦ blue 126

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

Shades of Eggplant #A0087E

Tints of Eggplant #A0087E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.72%

 BLUE value IS 126 (49.61% from 255) = 42.86%

R = 54.42%
G = 2.72%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0087E (or 0xA0087E) is known color: Eggplant. HEX triplet: A0, 08 and 7E. RGB value is (160,8,126). Sum of RGB (Red+Green+Blue) = 160+8+126=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A0087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0087E is #5FF781. Grayscale: #424242. Windows color (decimal): -6289282 or 8259744. OLE color: 8259744.

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

Color convert

RGB 160 8 126 -
CMYK 0 0.95 0.21 0.37
HSL 313.42º 0.9% 0.33% -
HSV(B) 313.42º 0.95% 0.63% -
XYZ 18.35 9.15 20.54 -
YUV 66.9 161.36 194.41 -
System Red Green Blue C M Y K H S L
Decimal 160 8 126 0 0.95 0.21 0.37 313.42 0.9 0.33
Hex A0 8 7E 0 5F 15 25 139 5A 21
Octal 240 10 176 0 137 25 45 471 132 41
Binary 10100000 1000 1111110 0 1011111 10101 100101 100111001 1011010 100001

Color Harmonies of #A0087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0087E

Black with #A0087E

Text Example


Text Example

White with #A0087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0087E; }

 p { color: rgb(160,8,126); }

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

background-color css

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

 a { background-color: rgb(160,8,126); }

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

border-color css

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

 span { border-color: rgb(160,8,126); }

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