Html Css Color HEX #A21178 Eggplant

📋 copy color: '#A21178'

red 162 ◦ green 17 ◦ blue 120

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

Shades of Eggplant #A21178

Tints of Eggplant #A21178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.69%

 BLUE value IS 120 (47.27% from 255) = 40.13%

R = 54.18%
G = 5.69%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A21178 (or 0xA21178) is known color: Eggplant. HEX triplet: A2, 11 and 78. RGB value is (162,17,120). Sum of RGB (Red+Green+Blue) = 162+17+120=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A21178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21178 is #5DEE87. Grayscale: #474747. Windows color (decimal): -6155912 or 7868834. OLE color: 7868834.

HSL color Cylindrical-coordinate representation of color #A21178: hue angle of 317.38º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21178 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 120 -
CMYK 0 0.90 0.26 0.36
HSL 317.38º 0.81% 0.35% -
HSV(B) 317.38º 0.9% 0.64% -
XYZ 18.49 9.44 18.62 -
YUV 72.1 155.04 192.12 -
System Red Green Blue C M Y K H S L
Decimal 162 17 120 0 0.90 0.26 0.36 317.38 0.81 0.35
Hex A2 11 78 0 5A 1A 24 13D 51 23
Octal 242 21 170 0 132 32 44 475 121 43
Binary 10100010 10001 1111000 0 1011010 11010 100100 100111101 1010001 100011

Color Harmonies of #A21178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21178

Black with #A21178

Text Example


Text Example

White with #A21178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21178; }

 p { color: rgb(162,17,120); }

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

background-color css

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

 a { background-color: rgb(162,17,120); }

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

border-color css

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

 span { border-color: rgb(162,17,120); }

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