Html Css Color HEX #A2006B Eggplant

📋 copy color: '#A2006B'

red 162 ◦ green 0 ◦ blue 107

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

Shades of Eggplant #A2006B

Tints of Eggplant #A2006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.78%

R = 60.22%
G = 0%
B = 39.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A2006B (or 0xA2006B) is known color: Eggplant. HEX triplet: A2, 00 and 6B. RGB value is (162,0,107). Sum of RGB (Red+Green+Blue) = 162+0+107=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A2006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2006B is #5DFF94. Grayscale: #3C3C3C. Windows color (decimal): -6160277 or 7012514. OLE color: 7012514.

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

Color convert

RGB 162 0 107 -
CMYK 0 1 0.34 0.36
HSL 320.37º 1% 0.32% -
HSV(B) 320.37º 1% 0.64% -
XYZ 17.55 8.74 14.67 -
YUV 60.64 154.17 200.3 -
System Red Green Blue C M Y K H S L
Decimal 162 0 107 0 1 0.34 0.36 320.37 1 0.32
Hex A2 0 6B 0 64 22 24 140 64 20
Octal 242 0 153 0 144 42 44 500 144 40
Binary 10100010 0 1101011 0 1100100 100010 100100 101000000 1100100 100000

Color Harmonies of #A2006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2006B

Black with #A2006B

Text Example


Text Example

White with #A2006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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