Html Css Color HEX #A20172 Eggplant

📋 copy color: '#A20172'

red 162 ◦ green 1 ◦ blue 114

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

Shades of Eggplant #A20172

Tints of Eggplant #A20172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.16%

R = 58.48%
G = 0.36%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A20172 (or 0xA20172) is known color: Eggplant. HEX triplet: A2, 01 and 72. RGB value is (162,1,114). Sum of RGB (Red+Green+Blue) = 162+1+114=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A20172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20172 is #5DFE8D. Grayscale: #3D3D3D. Windows color (decimal): -6160014 or 7471522. OLE color: 7471522.

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

Color convert

RGB 162 1 114 -
CMYK 0 0.99 0.30 0.36
HSL 317.89º 0.99% 0.32% -
HSV(B) 317.89º 0.99% 0.64% -
XYZ 17.95 8.92 16.69 -
YUV 62.02 157.34 199.31 -
System Red Green Blue C M Y K H S L
Decimal 162 1 114 0 0.99 0.30 0.36 317.89 0.99 0.32
Hex A2 1 72 0 63 1E 24 13E 63 20
Octal 242 1 162 0 143 36 44 476 143 40
Binary 10100010 1 1110010 0 1100011 11110 100100 100111110 1100011 100000

Color Harmonies of #A20172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20172

Black with #A20172

Text Example


Text Example

White with #A20172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20172; }

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

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

background-color css

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

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

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

border-color css

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

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

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