Html Css Color HEX #A2017F Eggplant

📋 copy color: '#A2017F'

red 162 ◦ green 1 ◦ blue 127

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

Shades of Eggplant #A2017F

Tints of Eggplant #A2017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 55.86%
G = 0.34%
B = 43.79%

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

#A2017F (or 0xA2017F) is known color: Eggplant. HEX triplet: A2, 01 and 7F. RGB value is (162,1,127). Sum of RGB (Red+Green+Blue) = 162+1+127=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2017F is #5DFE80. Grayscale: #3F3F3F. Windows color (decimal): -6160001 or 8323490. OLE color: 8323490.

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

Color convert

RGB 162 1 127 -
CMYK 0 0.99 0.22 0.36
HSL 313.04º 0.99% 0.32% -
HSV(B) 313.04º 0.99% 0.64% -
XYZ 18.74 9.24 20.87 -
YUV 63.5 163.84 198.25 -
System Red Green Blue C M Y K H S L
Decimal 162 1 127 0 0.99 0.22 0.36 313.04 0.99 0.32
Hex A2 1 7F 0 63 16 24 139 63 20
Octal 242 1 177 0 143 26 44 471 143 40
Binary 10100010 1 1111111 0 1100011 10110 100100 100111001 1100011 100000

Color Harmonies of #A2017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2017F

Black with #A2017F

Text Example


Text Example

White with #A2017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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