Html Css Color HEX #A2017C Eggplant

📋 copy color: '#A2017C'

red 162 ◦ green 1 ◦ blue 124

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

Shades of Eggplant #A2017C

Tints of Eggplant #A2017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.21%

R = 56.45%
G = 0.35%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2017C (or 0xA2017C) is known color: Eggplant. HEX triplet: A2, 01 and 7C. RGB value is (162,1,124). Sum of RGB (Red+Green+Blue) = 162+1+124=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A2017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2017C is #5DFE83. Grayscale: #3E3E3E. Windows color (decimal): -6160004 or 8126882. OLE color: 8126882.

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

Color convert

RGB 162 1 124 -
CMYK 0 0.99 0.23 0.36
HSL 314.16º 0.99% 0.32% -
HSV(B) 314.16º 0.99% 0.64% -
XYZ 18.55 9.16 19.86 -
YUV 63.16 162.34 198.5 -
System Red Green Blue C M Y K H S L
Decimal 162 1 124 0 0.99 0.23 0.36 314.16 0.99 0.32
Hex A2 1 7C 0 63 17 24 13A 63 20
Octal 242 1 174 0 143 27 44 472 143 40
Binary 10100010 1 1111100 0 1100011 10111 100100 100111010 1100011 100000

Color Harmonies of #A2017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2017C

Black with #A2017C

Text Example


Text Example

White with #A2017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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