Html Css Color HEX #A2007F Eggplant

📋 copy color: '#A2007F'

red 162 ◦ green 0 ◦ blue 127

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

Shades of Eggplant #A2007F

Tints of Eggplant #A2007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.94%

R = 56.06%
G = 0%
B = 43.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2007F (or 0xA2007F) is known color: Eggplant. HEX triplet: A2, 00 and 7F. RGB value is (162,0,127). Sum of RGB (Red+Green+Blue) = 162+0+127=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A2007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2007F is #5DFF80. Grayscale: #3E3E3E. Windows color (decimal): -6160257 or 8323234. OLE color: 8323234.

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

Color convert

RGB 162 0 127 -
CMYK 0 1 0.22 0.36
HSL 312.96º 1% 0.32% -
HSV(B) 312.96º 1% 0.64% -
XYZ 18.73 9.21 20.87 -
YUV 62.92 164.17 198.67 -
System Red Green Blue C M Y K H S L
Decimal 162 0 127 0 1 0.22 0.36 312.96 1 0.32
Hex A2 0 7F 0 64 16 24 139 64 20
Octal 242 0 177 0 144 26 44 471 144 40
Binary 10100010 0 1111111 0 1100100 10110 100100 100111001 1100100 100000

Color Harmonies of #A2007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2007F

Black with #A2007F

Text Example


Text Example

White with #A2007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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