Html Css Color HEX #A0086D Eggplant

📋 copy color: '#A0086D'

red 160 ◦ green 8 ◦ blue 109

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

Shades of Eggplant #A0086D

Tints of Eggplant #A0086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.35%

R = 57.76%
G = 2.89%
B = 39.35%

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

#A0086D (or 0xA0086D) is known color: Eggplant. HEX triplet: A0, 08 and 6D. RGB value is (160,8,109). Sum of RGB (Red+Green+Blue) = 160+8+109=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0086D is #5FF792. Grayscale: #404040. Windows color (decimal): -6289299 or 7145632. OLE color: 7145632.

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

Color convert

RGB 160 8 109 -
CMYK 0 0.95 0.32 0.37
HSL 320.13º 0.9% 0.33% -
HSV(B) 320.13º 0.95% 0.63% -
XYZ 17.34 8.75 15.24 -
YUV 64.96 152.86 195.79 -
System Red Green Blue C M Y K H S L
Decimal 160 8 109 0 0.95 0.32 0.37 320.13 0.9 0.33
Hex A0 8 6D 0 5F 20 25 140 5A 21
Octal 240 10 155 0 137 40 45 500 132 41
Binary 10100000 1000 1101101 0 1011111 100000 100101 101000000 1011010 100001

Color Harmonies of #A0086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0086D

Black with #A0086D

Text Example


Text Example

White with #A0086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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