Html Css Color HEX #A11296 Dark Magenta

📋 copy color: '#A11296'

red 161 ◦ green 18 ◦ blue 150

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

Shades of Dark Magenta #A11296

Tints of Dark Magenta #A11296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 48.94%
G = 5.47%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A11296 (or 0xA11296) is known color: Dark Magenta. HEX triplet: A1, 12 and 96. RGB value is (161,18,150). Sum of RGB (Red+Green+Blue) = 161+18+150=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A11296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11296 is #5EED69. Grayscale: #4B4B4B. Windows color (decimal): -6221162 or 9835169. OLE color: 9835169.

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

Color convert

RGB 161 18 150 -
CMYK 0 0.89 0.07 0.37
HSL 304.62º 0.8% 0.35% -
HSV(B) 304.62º 0.89% 0.63% -
XYZ 20.42 10.21 29.75 -
YUV 75.81 169.88 188.77 -
System Red Green Blue C M Y K H S L
Decimal 161 18 150 0 0.89 0.07 0.37 304.62 0.8 0.35
Hex A1 12 96 0 59 7 25 131 50 23
Octal 241 22 226 0 131 7 45 461 120 43
Binary 10100001 10010 10010110 0 1011001 111 100101 100110001 1010000 100011

Color Harmonies of #A11296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11296

Black with #A11296

Text Example


Text Example

White with #A11296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11296; }

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

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

background-color css

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

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

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

border-color css

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

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

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