Html Css Color HEX #A21278 Eggplant

📋 copy color: '#A21278'

red 162 ◦ green 18 ◦ blue 120

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

Shades of Eggplant #A21278

Tints of Eggplant #A21278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40%

R = 54%
G = 6%
B = 40%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A21278 (or 0xA21278) is known color: Eggplant. HEX triplet: A2, 12 and 78. RGB value is (162,18,120). Sum of RGB (Red+Green+Blue) = 162+18+120=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A21278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21278 is #5DED87. Grayscale: #484848. Windows color (decimal): -6155656 or 7869090. OLE color: 7869090.

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

Color convert

RGB 162 18 120 -
CMYK 0 0.89 0.26 0.36
HSL 317.5º 0.8% 0.35% -
HSV(B) 317.5º 0.89% 0.64% -
XYZ 18.51 9.47 18.62 -
YUV 72.68 154.71 191.71 -
System Red Green Blue C M Y K H S L
Decimal 162 18 120 0 0.89 0.26 0.36 317.5 0.8 0.35
Hex A2 12 78 0 59 1A 24 13E 50 23
Octal 242 22 170 0 131 32 44 476 120 43
Binary 10100010 10010 1111000 0 1011001 11010 100100 100111110 1010000 100011

Color Harmonies of #A21278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21278

Black with #A21278

Text Example


Text Example

White with #A21278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21278; }

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

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

background-color css

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

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

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

border-color css

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

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

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