Html Css Color HEX #A11995 Dark Magenta

📋 copy color: '#A11995'

red 161 ◦ green 25 ◦ blue 149

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

Shades of Dark Magenta #A11995

Tints of Dark Magenta #A11995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.46%

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 48.06%
G = 7.46%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A11995 (or 0xA11995) is known color: Dark Magenta. HEX triplet: A1, 19 and 95. RGB value is (161,25,149). Sum of RGB (Red+Green+Blue) = 161+25+149=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A11995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11995 is #5EE66A. Grayscale: #4F4F4F. Windows color (decimal): -6219371 or 9771425. OLE color: 9771425.

HSL color Cylindrical-coordinate representation of color #A11995: hue angle of 305.29º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11995 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 25 149 -
CMYK 0 0.84 0.07 0.37
HSL 305.29º 0.73% 0.36% -
HSV(B) 305.29º 0.84% 0.63% -
XYZ 20.47 10.44 29.37 -
YUV 79.8 167.06 185.92 -
System Red Green Blue C M Y K H S L
Decimal 161 25 149 0 0.84 0.07 0.37 305.29 0.73 0.36
Hex A1 19 95 0 54 7 25 131 49 24
Octal 241 31 225 0 124 7 45 461 111 44
Binary 10100001 11001 10010101 0 1010100 111 100101 100110001 1001001 100100

Color Harmonies of #A11995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11995

Black with #A11995

Text Example


Text Example

White with #A11995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11995; }

 p { color: rgb(161,25,149); }

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

background-color css

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

 a { background-color: rgb(161,25,149); }

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

border-color css

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

 span { border-color: rgb(161,25,149); }

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