Html Css Color HEX #A21275 Eggplant

📋 copy color: '#A21275'

red 162 ◦ green 18 ◦ blue 117

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

Shades of Eggplant #A21275

Tints of Eggplant #A21275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.06%

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

R = 54.55%
G = 6.06%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A21275 (or 0xA21275) is known color: Eggplant. HEX triplet: A2, 12 and 75. RGB value is (162,18,117). Sum of RGB (Red+Green+Blue) = 162+18+117=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A21275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21275 is #5DED8A. Grayscale: #484848. Windows color (decimal): -6155659 or 7672482. OLE color: 7672482.

HSL color Cylindrical-coordinate representation of color #A21275: hue angle of 318.75º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21275 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 18 117 -
CMYK 0 0.89 0.28 0.36
HSL 318.75º 0.8% 0.35% -
HSV(B) 318.75º 0.89% 0.64% -
XYZ 18.33 9.4 17.68 -
YUV 72.34 153.21 191.95 -
System Red Green Blue C M Y K H S L
Decimal 162 18 117 0 0.89 0.28 0.36 318.75 0.8 0.35
Hex A2 12 75 0 59 1C 24 13F 50 23
Octal 242 22 165 0 131 34 44 477 120 43
Binary 10100010 10010 1110101 0 1011001 11100 100100 100111111 1010000 100011

Color Harmonies of #A21275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21275

Black with #A21275

Text Example


Text Example

White with #A21275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21275; }

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

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

background-color css

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

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

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

border-color css

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

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

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