Html Css Color HEX #A21372 Eggplant

📋 copy color: '#A21372'

red 162 ◦ green 19 ◦ blue 114

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

Shades of Eggplant #A21372

Tints of Eggplant #A21372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

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

R = 54.92%
G = 6.44%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A21372 (or 0xA21372) is known color: Eggplant. HEX triplet: A2, 13 and 72. RGB value is (162,19,114). Sum of RGB (Red+Green+Blue) = 162+19+114=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A21372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21372 is #5DEC8D. Grayscale: #484848. Windows color (decimal): -6155406 or 7476130. OLE color: 7476130.

HSL color Cylindrical-coordinate representation of color #A21372: hue angle of 320.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21372 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 19 114 -
CMYK 0 0.88 0.30 0.36
HSL 320.14º 0.79% 0.35% -
HSV(B) 320.14º 0.88% 0.64% -
XYZ 18.17 9.36 16.77 -
YUV 72.59 151.38 191.78 -
System Red Green Blue C M Y K H S L
Decimal 162 19 114 0 0.88 0.30 0.36 320.14 0.79 0.35
Hex A2 13 72 0 58 1E 24 140 4F 23
Octal 242 23 162 0 130 36 44 500 117 43
Binary 10100010 10011 1110010 0 1011000 11110 100100 101000000 1001111 100011

Color Harmonies of #A21372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21372

Black with #A21372

Text Example


Text Example

White with #A21372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21372; }

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

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

background-color css

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

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

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

border-color css

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

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

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