Html Css Color HEX #A2006A Eggplant

📋 copy color: '#A2006A'

red 162 ◦ green 0 ◦ blue 106

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

Shades of Eggplant #A2006A

Tints of Eggplant #A2006A

RGB

 RED value IS 162 (63.67% from 255) = 60.45%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.45%
G = 0%
B = 39.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A2006A (or 0xA2006A) is known color: Eggplant. HEX triplet: A2, 00 and 6A. RGB value is (162,0,106). Sum of RGB (Red+Green+Blue) = 162+0+106=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A2006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2006A is #5DFF95. Grayscale: #3C3C3C. Windows color (decimal): -6160278 or 6946978. OLE color: 6946978.

HSL color Cylindrical-coordinate representation of color #A2006A: hue angle of 320.74º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2006A is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 0 106 -
CMYK 0 1 0.35 0.36
HSL 320.74º 1% 0.32% -
HSV(B) 320.74º 1% 0.64% -
XYZ 17.5 8.72 14.4 -
YUV 60.52 153.67 200.38 -
System Red Green Blue C M Y K H S L
Decimal 162 0 106 0 1 0.35 0.36 320.74 1 0.32
Hex A2 0 6A 0 64 23 24 141 64 20
Octal 242 0 152 0 144 43 44 501 144 40
Binary 10100010 0 1101010 0 1100100 100011 100100 101000001 1100100 100000

Color Harmonies of #A2006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2006A

Black with #A2006A

Text Example


Text Example

White with #A2006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2006A; }

 p { color: rgb(162,0,106); }

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

background-color css

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

 a { background-color: rgb(162,0,106); }

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

border-color css

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

 span { border-color: rgb(162,0,106); }

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