Html Css Color HEX #A21174 Eggplant

📋 copy color: '#A21174'

red 162 ◦ green 17 ◦ blue 116

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

Shades of Eggplant #A21174

Tints of Eggplant #A21174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.32%

R = 54.92%
G = 5.76%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A21174 (or 0xA21174) is known color: Eggplant. HEX triplet: A2, 11 and 74. RGB value is (162,17,116). Sum of RGB (Red+Green+Blue) = 162+17+116=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A21174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21174 is #5DEE8B. Grayscale: #474747. Windows color (decimal): -6155916 or 7606690. OLE color: 7606690.

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

Color convert

RGB 162 17 116 -
CMYK 0 0.90 0.28 0.36
HSL 319.03º 0.81% 0.35% -
HSV(B) 319.03º 0.9% 0.64% -
XYZ 18.25 9.34 17.36 -
YUV 71.64 153.04 192.45 -
System Red Green Blue C M Y K H S L
Decimal 162 17 116 0 0.90 0.28 0.36 319.03 0.81 0.35
Hex A2 11 74 0 5A 1C 24 13F 51 23
Octal 242 21 164 0 132 34 44 477 121 43
Binary 10100010 10001 1110100 0 1011010 11100 100100 100111111 1010001 100011

Color Harmonies of #A21174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21174

Black with #A21174

Text Example


Text Example

White with #A21174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21174; }

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

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

background-color css

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

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

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

border-color css

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

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

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