Html Css Color HEX #A21079 Eggplant

📋 copy color: '#A21079'

red 162 ◦ green 16 ◦ blue 121

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

Shades of Eggplant #A21079

Tints of Eggplant #A21079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.35%

 BLUE value IS 121 (47.66% from 255) = 40.47%

R = 54.18%
G = 5.35%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A21079 (or 0xA21079) is known color: Eggplant. HEX triplet: A2, 10 and 79. RGB value is (162,16,121). Sum of RGB (Red+Green+Blue) = 162+16+121=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A21079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21079 is #5DEF86. Grayscale: #474747. Windows color (decimal): -6156167 or 7934114. OLE color: 7934114.

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

Color convert

RGB 162 16 121 -
CMYK 0 0.90 0.25 0.36
HSL 316.85º 0.82% 0.35% -
HSV(B) 316.85º 0.9% 0.64% -
XYZ 18.54 9.43 18.93 -
YUV 71.62 155.87 192.46 -
System Red Green Blue C M Y K H S L
Decimal 162 16 121 0 0.90 0.25 0.36 316.85 0.82 0.35
Hex A2 10 79 0 5A 19 24 13D 52 23
Octal 242 20 171 0 132 31 44 475 122 43
Binary 10100010 10000 1111001 0 1011010 11001 100100 100111101 1010010 100011

Color Harmonies of #A21079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21079

Black with #A21079

Text Example


Text Example

White with #A21079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21079; }

 p { color: rgb(162,16,121); }

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

background-color css

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

 a { background-color: rgb(162,16,121); }

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

border-color css

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

 span { border-color: rgb(162,16,121); }

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