Html Css Color HEX #A11091 Dark Magenta

📋 copy color: '#A11091'

red 161 ◦ green 16 ◦ blue 145

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

Shades of Dark Magenta #A11091

Tints of Dark Magenta #A11091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.03%

R = 50%
G = 4.97%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A11091 (or 0xA11091) is known color: Dark Magenta. HEX triplet: A1, 10 and 91. RGB value is (161,16,145). Sum of RGB (Red+Green+Blue) = 161+16+145=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A11091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11091 is #5EEF6E. Grayscale: #494949. Windows color (decimal): -6221679 or 9506977. OLE color: 9506977.

HSL color Cylindrical-coordinate representation of color #A11091: hue angle of 306.62º 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 #A11091 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 16 145 -
CMYK 0 0.90 0.10 0.37
HSL 306.62º 0.82% 0.35% -
HSV(B) 306.62º 0.9% 0.63% -
XYZ 19.99 9.99 27.66 -
YUV 74.06 168.04 190.01 -
System Red Green Blue C M Y K H S L
Decimal 161 16 145 0 0.90 0.10 0.37 306.62 0.82 0.35
Hex A1 10 91 0 5A A 25 133 52 23
Octal 241 20 221 0 132 12 45 463 122 43
Binary 10100001 10000 10010001 0 1011010 1010 100101 100110011 1010010 100011

Color Harmonies of #A11091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11091

Black with #A11091

Text Example


Text Example

White with #A11091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11091; }

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

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

background-color css

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

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

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

border-color css

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

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

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