Html Css Color HEX #A21777 Eggplant

📋 copy color: '#A21777'

red 162 ◦ green 23 ◦ blue 119

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

Shades of Eggplant #A21777

Tints of Eggplant #A21777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.57%

 BLUE value IS 119 (46.88% from 255) = 39.14%

R = 53.29%
G = 7.57%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A21777 (or 0xA21777) is known color: Eggplant. HEX triplet: A2, 17 and 77. RGB value is (162,23,119). Sum of RGB (Red+Green+Blue) = 162+23+119=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A21777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21777 is #5DE888. Grayscale: #4B4B4B. Windows color (decimal): -6154377 or 7804834. OLE color: 7804834.

HSL color Cylindrical-coordinate representation of color #A21777: hue angle of 318.56º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21777 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 23 119 -
CMYK 0 0.86 0.27 0.36
HSL 318.56º 0.75% 0.36% -
HSV(B) 318.56º 0.86% 0.64% -
XYZ 18.54 9.63 18.33 -
YUV 75.51 152.55 189.69 -
System Red Green Blue C M Y K H S L
Decimal 162 23 119 0 0.86 0.27 0.36 318.56 0.75 0.36
Hex A2 17 77 0 56 1B 24 13F 4B 24
Octal 242 27 167 0 126 33 44 477 113 44
Binary 10100010 10111 1110111 0 1010110 11011 100100 100111111 1001011 100100

Color Harmonies of #A21777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21777

Black with #A21777

Text Example


Text Example

White with #A21777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21777; }

 p { color: rgb(162,23,119); }

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

background-color css

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

 a { background-color: rgb(162,23,119); }

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

border-color css

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

 span { border-color: rgb(162,23,119); }

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