Html Css Color HEX #A11099 Dark Magenta

📋 copy color: '#A11099'

red 161 ◦ green 16 ◦ blue 153

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

Shades of Dark Magenta #A11099

Tints of Dark Magenta #A11099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.85%

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

R = 48.79%
G = 4.85%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A11099 (or 0xA11099) is known color: Dark Magenta. HEX triplet: A1, 10 and 99. RGB value is (161,16,153). Sum of RGB (Red+Green+Blue) = 161+16+153=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A11099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11099 is #5EEF66. Grayscale: #4A4A4A. Windows color (decimal): -6221671 or 10031265. OLE color: 10031265.

HSL color Cylindrical-coordinate representation of color #A11099: hue angle of 303.31º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11099 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 16 153 -
CMYK 0 0.90 0.05 0.37
HSL 303.31º 0.82% 0.35% -
HSV(B) 303.31º 0.9% 0.63% -
XYZ 20.63 10.25 31.03 -
YUV 74.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 161 16 153 0 0.90 0.05 0.37 303.31 0.82 0.35
Hex A1 10 99 0 5A 5 25 12F 52 23
Octal 241 20 231 0 132 5 45 457 122 43
Binary 10100001 10000 10011001 0 1011010 101 100101 100101111 1010010 100011

Color Harmonies of #A11099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11099

Black with #A11099

Text Example


Text Example

White with #A11099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11099; }

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

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

background-color css

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

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

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

border-color css

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

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

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