Html Css Color HEX #A2027F Eggplant

📋 copy color: '#A2027F'

red 162 ◦ green 2 ◦ blue 127

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

Shades of Eggplant #A2027F

Tints of Eggplant #A2027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 55.67%
G = 0.69%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2027F (or 0xA2027F) is known color: Eggplant. HEX triplet: A2, 02 and 7F. RGB value is (162,2,127). Sum of RGB (Red+Green+Blue) = 162+2+127=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2027F is #5DFD80. Grayscale: #3F3F3F. Windows color (decimal): -6159745 or 8323746. OLE color: 8323746.

HSL color Cylindrical-coordinate representation of color #A2027F: hue angle of 313.12º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2027F is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 2 127 -
CMYK 0 0.99 0.22 0.36
HSL 313.13º 0.98% 0.32% -
HSV(B) 313.13º 0.99% 0.64% -
XYZ 18.75 9.26 20.88 -
YUV 64.09 163.51 197.84 -
System Red Green Blue C M Y K H S L
Decimal 162 2 127 0 0.99 0.22 0.36 313.13 0.98 0.32
Hex A2 2 7F 0 63 16 24 139 62 20
Octal 242 2 177 0 143 26 44 471 142 40
Binary 10100010 10 1111111 0 1100011 10110 100100 100111001 1100010 100000

Color Harmonies of #A2027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2027F

Black with #A2027F

Text Example


Text Example

White with #A2027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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