Html Css Color HEX #A2076C Eggplant

📋 copy color: '#A2076C'

red 162 ◦ green 7 ◦ blue 108

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

Shades of Eggplant #A2076C

Tints of Eggplant #A2076C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.53%

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

R = 58.48%
G = 2.53%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2076C (or 0xA2076C) is known color: Eggplant. HEX triplet: A2, 07 and 6C. RGB value is (162,7,108). Sum of RGB (Red+Green+Blue) = 162+7+108=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A2076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2076C is #5DF893. Grayscale: #404040. Windows color (decimal): -6158484 or 7079842. OLE color: 7079842.

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

Color convert

RGB 162 7 108 -
CMYK 0 0.96 0.33 0.36
HSL 320.9º 0.92% 0.33% -
HSV(B) 320.9º 0.96% 0.64% -
XYZ 17.68 8.92 14.98 -
YUV 64.86 152.35 197.29 -
System Red Green Blue C M Y K H S L
Decimal 162 7 108 0 0.96 0.33 0.36 320.9 0.92 0.33
Hex A2 7 6C 0 60 21 24 141 5C 21
Octal 242 7 154 0 140 41 44 501 134 41
Binary 10100010 111 1101100 0 1100000 100001 100100 101000001 1011100 100001

Color Harmonies of #A2076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2076C

Black with #A2076C

Text Example


Text Example

White with #A2076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2076C; }

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

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

background-color css

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

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

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

border-color css

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

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

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