Html Css Color HEX #A21071 Eggplant

📋 copy color: '#A21071'

red 162 ◦ green 16 ◦ blue 113

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

Shades of Eggplant #A21071

Tints of Eggplant #A21071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.83%

R = 55.67%
G = 5.5%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A21071 (or 0xA21071) is known color: Eggplant. HEX triplet: A2, 10 and 71. RGB value is (162,16,113). Sum of RGB (Red+Green+Blue) = 162+16+113=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A21071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21071 is #5DEF8E. Grayscale: #464646. Windows color (decimal): -6156175 or 7409826. OLE color: 7409826.

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

Color convert

RGB 162 16 113 -
CMYK 0 0.90 0.30 0.36
HSL 320.14º 0.82% 0.35% -
HSV(B) 320.14º 0.9% 0.64% -
XYZ 18.07 9.24 16.45 -
YUV 70.71 151.87 193.11 -
System Red Green Blue C M Y K H S L
Decimal 162 16 113 0 0.90 0.30 0.36 320.14 0.82 0.35
Hex A2 10 71 0 5A 1E 24 140 52 23
Octal 242 20 161 0 132 36 44 500 122 43
Binary 10100010 10000 1110001 0 1011010 11110 100100 101000000 1010010 100011

Color Harmonies of #A21071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21071

Black with #A21071

Text Example


Text Example

White with #A21071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21071; }

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

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

background-color css

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

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

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

border-color css

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

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

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