Html Css Color HEX #A21675 Eggplant

📋 copy color: '#A21675'

red 162 ◦ green 22 ◦ blue 117

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

Shades of Eggplant #A21675

Tints of Eggplant #A21675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.31%

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 53.82%
G = 7.31%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A21675 (or 0xA21675) is known color: Eggplant. HEX triplet: A2, 16 and 75. RGB value is (162,22,117). Sum of RGB (Red+Green+Blue) = 162+22+117=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A21675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21675 is #5DE98A. Grayscale: #4A4A4A. Windows color (decimal): -6154635 or 7673506. OLE color: 7673506.

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

Color convert

RGB 162 22 117 -
CMYK 0 0.86 0.28 0.36
HSL 319.29º 0.76% 0.36% -
HSV(B) 319.29º 0.86% 0.64% -
XYZ 18.4 9.54 17.7 -
YUV 74.69 151.88 190.28 -
System Red Green Blue C M Y K H S L
Decimal 162 22 117 0 0.86 0.28 0.36 319.29 0.76 0.36
Hex A2 16 75 0 56 1C 24 13F 4C 24
Octal 242 26 165 0 126 34 44 477 114 44
Binary 10100010 10110 1110101 0 1010110 11100 100100 100111111 1001100 100100

Color Harmonies of #A21675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21675

Black with #A21675

Text Example


Text Example

White with #A21675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21675; }

 p { color: rgb(162,22,117); }

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

background-color css

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

 a { background-color: rgb(162,22,117); }

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

border-color css

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

 span { border-color: rgb(162,22,117); }

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