Html Css Color HEX #A2006C Eggplant

📋 copy color: '#A2006C'

red 162 ◦ green 0 ◦ blue 108

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

Shades of Eggplant #A2006C

Tints of Eggplant #A2006C

RGB

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

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

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

R = 60%
G = 0%
B = 40%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2006C (or 0xA2006C) is known color: Eggplant. HEX triplet: A2, 00 and 6C. RGB value is (162,0,108). Sum of RGB (Red+Green+Blue) = 162+0+108=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A2006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2006C is #5DFF93. Grayscale: #3C3C3C. Windows color (decimal): -6160276 or 7078050. OLE color: 7078050.

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

Color convert

RGB 162 0 108 -
CMYK 0 1 0.33 0.36
HSL 320º 1% 0.32% -
HSV(B) 320º 1% 0.64% -
XYZ 17.61 8.76 14.95 -
YUV 60.75 154.67 200.22 -
System Red Green Blue C M Y K H S L
Decimal 162 0 108 0 1 0.33 0.36 320 1 0.32
Hex A2 0 6C 0 64 21 24 140 64 20
Octal 242 0 154 0 144 41 44 500 144 40
Binary 10100010 0 1101100 0 1100100 100001 100100 101000000 1100100 100000

Color Harmonies of #A2006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2006C

Black with #A2006C

Text Example


Text Example

White with #A2006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2006C; }

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

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

background-color css

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

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

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

border-color css

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

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

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