Html Css Color HEX #A11199 Dark Magenta

📋 copy color: '#A11199'

red 161 ◦ green 17 ◦ blue 153

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

Shades of Dark Magenta #A11199

Tints of Dark Magenta #A11199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.14%

 BLUE value IS 153 (60.16% from 255) = 46.22%

R = 48.64%
G = 5.14%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A11199 (or 0xA11199) is known color: Dark Magenta. HEX triplet: A1, 11 and 99. RGB value is (161,17,153). Sum of RGB (Red+Green+Blue) = 161+17+153=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A11199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11199 is #5EEE66. Grayscale: #4B4B4B. Windows color (decimal): -6221415 or 10031521. OLE color: 10031521.

HSL color Cylindrical-coordinate representation of color #A11199: hue angle of 303.33º degrees, saturation: 0.81, 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 #A11199 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 17 153 -
CMYK 0 0.89 0.05 0.37
HSL 303.33º 0.81% 0.35% -
HSV(B) 303.33º 0.89% 0.63% -
XYZ 20.65 10.28 31.03 -
YUV 75.56 171.71 188.94 -
System Red Green Blue C M Y K H S L
Decimal 161 17 153 0 0.89 0.05 0.37 303.33 0.81 0.35
Hex A1 11 99 0 59 5 25 12F 51 23
Octal 241 21 231 0 131 5 45 457 121 43
Binary 10100001 10001 10011001 0 1011001 101 100101 100101111 1010001 100011

Color Harmonies of #A11199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11199

Black with #A11199

Text Example


Text Example

White with #A11199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11199; }

 p { color: rgb(161,17,153); }

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

background-color css

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

 a { background-color: rgb(161,17,153); }

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

border-color css

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

 span { border-color: rgb(161,17,153); }

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