Html Css Color HEX #A2007A Eggplant

📋 copy color: '#A2007A'

red 162 ◦ green 0 ◦ blue 122

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

Shades of Eggplant #A2007A

Tints of Eggplant #A2007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.96%

R = 57.04%
G = 0%
B = 42.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2007A (or 0xA2007A) is known color: Eggplant. HEX triplet: A2, 00 and 7A. RGB value is (162,0,122). Sum of RGB (Red+Green+Blue) = 162+0+122=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A2007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2007A is #5DFF85. Grayscale: #3E3E3E. Windows color (decimal): -6160262 or 7995554. OLE color: 7995554.

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

Color convert

RGB 162 0 122 -
CMYK 0 1 0.25 0.36
HSL 314.81º 1% 0.32% -
HSV(B) 314.81º 1% 0.64% -
XYZ 18.41 9.09 19.2 -
YUV 62.35 161.67 199.08 -
System Red Green Blue C M Y K H S L
Decimal 162 0 122 0 1 0.25 0.36 314.81 1 0.32
Hex A2 0 7A 0 64 19 24 13B 64 20
Octal 242 0 172 0 144 31 44 473 144 40
Binary 10100010 0 1111010 0 1100100 11001 100100 100111011 1100100 100000

Color Harmonies of #A2007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2007A

Black with #A2007A

Text Example


Text Example

White with #A2007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2007A; }

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

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

background-color css

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

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

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

border-color css

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

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

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