Html Css Color HEX #A2007D Eggplant

📋 copy color: '#A2007D'

red 162 ◦ green 0 ◦ blue 125

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

Shades of Eggplant #A2007D

Tints of Eggplant #A2007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.55%

R = 56.45%
G = 0%
B = 43.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2007D (or 0xA2007D) is known color: Eggplant. HEX triplet: A2, 00 and 7D. RGB value is (162,0,125). Sum of RGB (Red+Green+Blue) = 162+0+125=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A2007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2007D is #5DFF82. Grayscale: #3E3E3E. Windows color (decimal): -6160259 or 8192162. OLE color: 8192162.

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

Color convert

RGB 162 0 125 -
CMYK 0 1 0.23 0.36
HSL 313.7º 1% 0.32% -
HSV(B) 313.7º 1% 0.64% -
XYZ 18.6 9.16 20.19 -
YUV 62.69 163.17 198.84 -
System Red Green Blue C M Y K H S L
Decimal 162 0 125 0 1 0.23 0.36 313.7 1 0.32
Hex A2 0 7D 0 64 17 24 13A 64 20
Octal 242 0 175 0 144 27 44 472 144 40
Binary 10100010 0 1111101 0 1100100 10111 100100 100111010 1100100 100000

Color Harmonies of #A2007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2007D

Black with #A2007D

Text Example


Text Example

White with #A2007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2007D; }

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

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

background-color css

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

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

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

border-color css

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

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

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