Html Css Color HEX #A0086A Eggplant

📋 copy color: '#A0086A'

red 160 ◦ green 8 ◦ blue 106

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

Shades of Eggplant #A0086A

Tints of Eggplant #A0086A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 58.39%
G = 2.92%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0086A (or 0xA0086A) is known color: Eggplant. HEX triplet: A0, 08 and 6A. RGB value is (160,8,106). Sum of RGB (Red+Green+Blue) = 160+8+106=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A0086A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0086A is #5FF795. Grayscale: #404040. Windows color (decimal): -6289302 or 6949024. OLE color: 6949024.

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

Color convert

RGB 160 8 106 -
CMYK 0 0.95 0.34 0.37
HSL 321.32º 0.9% 0.33% -
HSV(B) 321.32º 0.95% 0.63% -
XYZ 17.19 8.69 14.41 -
YUV 64.62 151.36 196.03 -
System Red Green Blue C M Y K H S L
Decimal 160 8 106 0 0.95 0.34 0.37 321.32 0.9 0.33
Hex A0 8 6A 0 5F 22 25 141 5A 21
Octal 240 10 152 0 137 42 45 501 132 41
Binary 10100000 1000 1101010 0 1011111 100010 100101 101000001 1011010 100001

Color Harmonies of #A0086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0086A

Black with #A0086A

Text Example


Text Example

White with #A0086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0086A; }

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

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

background-color css

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

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

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

border-color css

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

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

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