Html Css Color HEX #A0016A Eggplant

📋 copy color: '#A0016A'

red 160 ◦ green 1 ◦ blue 106

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

Shades of Eggplant #A0016A

Tints of Eggplant #A0016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 59.93%
G = 0.37%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0016A (or 0xA0016A) is known color: Eggplant. HEX triplet: A0, 01 and 6A. RGB value is (160,1,106). Sum of RGB (Red+Green+Blue) = 160+1+106=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A0016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0016A is #5FFE95. Grayscale: #3C3C3C. Windows color (decimal): -6291094 or 6947232. OLE color: 6947232.

HSL color Cylindrical-coordinate representation of color #A0016A: hue angle of 320.38º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0016A is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 1 106 -
CMYK 0 0.99 0.34 0.37
HSL 320.38º 0.99% 0.32% -
HSV(B) 320.38º 0.99% 0.63% -
XYZ 17.11 8.54 14.38 -
YUV 60.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 160 1 106 0 0.99 0.34 0.37 320.38 0.99 0.32
Hex A0 1 6A 0 63 22 25 140 63 20
Octal 240 1 152 0 143 42 45 500 143 40
Binary 10100000 1 1101010 0 1100011 100010 100101 101000000 1100011 100000

Color Harmonies of #A0016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0016A

Black with #A0016A

Text Example


Text Example

White with #A0016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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