Html Css Color HEX #A2076A Eggplant

📋 copy color: '#A2076A'

red 162 ◦ green 7 ◦ blue 106

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

Shades of Eggplant #A2076A

Tints of Eggplant #A2076A

RGB

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

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

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

R = 58.91%
G = 2.55%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A2076A (or 0xA2076A) is known color: Eggplant. HEX triplet: A2, 07 and 6A. RGB value is (162,7,106). Sum of RGB (Red+Green+Blue) = 162+7+106=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2076A is #5DF895. Grayscale: #404040. Windows color (decimal): -6158486 or 6948770. OLE color: 6948770.

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

Color convert

RGB 162 7 106 -
CMYK 0 0.96 0.35 0.36
HSL 321.68º 0.92% 0.33% -
HSV(B) 321.68º 0.96% 0.64% -
XYZ 17.58 8.87 14.42 -
YUV 64.63 151.35 197.45 -
System Red Green Blue C M Y K H S L
Decimal 162 7 106 0 0.96 0.35 0.36 321.68 0.92 0.33
Hex A2 7 6A 0 60 23 24 142 5C 21
Octal 242 7 152 0 140 43 44 502 134 41
Binary 10100010 111 1101010 0 1100000 100011 100100 101000010 1011100 100001

Color Harmonies of #A2076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2076A

Black with #A2076A

Text Example


Text Example

White with #A2076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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