Html Css Color HEX #A11279 Eggplant

📋 copy color: '#A11279'

red 161 ◦ green 18 ◦ blue 121

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

Shades of Eggplant #A11279

Tints of Eggplant #A11279

RGB

 RED value IS 161 (63.28% from 255) = 53.67%

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

 BLUE value IS 121 (47.66% from 255) = 40.33%

R = 53.67%
G = 6%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A11279 (or 0xA11279) is known color: Eggplant. HEX triplet: A1, 12 and 79. RGB value is (161,18,121). Sum of RGB (Red+Green+Blue) = 161+18+121=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A11279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11279 is #5EED86. Grayscale: #484848. Windows color (decimal): -6221191 or 7934625. OLE color: 7934625.

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

Color convert

RGB 161 18 121 -
CMYK 0 0.89 0.25 0.37
HSL 316.78º 0.8% 0.35% -
HSV(B) 316.78º 0.89% 0.63% -
XYZ 18.37 9.39 18.93 -
YUV 72.5 155.38 191.12 -
System Red Green Blue C M Y K H S L
Decimal 161 18 121 0 0.89 0.25 0.37 316.78 0.8 0.35
Hex A1 12 79 0 59 19 25 13D 50 23
Octal 241 22 171 0 131 31 45 475 120 43
Binary 10100001 10010 1111001 0 1011001 11001 100101 100111101 1010000 100011

Color Harmonies of #A11279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11279

Black with #A11279

Text Example


Text Example

White with #A11279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11279; }

 p { color: rgb(161,18,121); }

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

background-color css

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

 a { background-color: rgb(161,18,121); }

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

border-color css

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

 span { border-color: rgb(161,18,121); }

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