Html Css Color HEX #A0086C Eggplant

📋 copy color: '#A0086C'

red 160 ◦ green 8 ◦ blue 108

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

Shades of Eggplant #A0086C

Tints of Eggplant #A0086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.13%

R = 57.97%
G = 2.9%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0086C (or 0xA0086C) is known color: Eggplant. HEX triplet: A0, 08 and 6C. RGB value is (160,8,108). Sum of RGB (Red+Green+Blue) = 160+8+108=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0086C is #5FF793. Grayscale: #404040. Windows color (decimal): -6289300 or 7080096. OLE color: 7080096.

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

Color convert

RGB 160 8 108 -
CMYK 0 0.95 0.32 0.37
HSL 320.53º 0.9% 0.33% -
HSV(B) 320.53º 0.95% 0.63% -
XYZ 17.29 8.73 14.96 -
YUV 64.85 152.36 195.87 -
System Red Green Blue C M Y K H S L
Decimal 160 8 108 0 0.95 0.32 0.37 320.53 0.9 0.33
Hex A0 8 6C 0 5F 20 25 141 5A 21
Octal 240 10 154 0 137 40 45 501 132 41
Binary 10100000 1000 1101100 0 1011111 100000 100101 101000001 1011010 100001

Color Harmonies of #A0086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0086C

Black with #A0086C

Text Example


Text Example

White with #A0086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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