Html Css Color HEX #A11897 Dark Magenta

📋 copy color: '#A11897'

red 161 ◦ green 24 ◦ blue 151

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

Shades of Dark Magenta #A11897

Tints of Dark Magenta #A11897

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.14%

 BLUE value IS 151 (59.38% from 255) = 44.94%

R = 47.92%
G = 7.14%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A11897 (or 0xA11897) is known color: Dark Magenta. HEX triplet: A1, 18 and 97. RGB value is (161,24,151). Sum of RGB (Red+Green+Blue) = 161+24+151=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A11897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11897 is #5EE768. Grayscale: #4F4F4F. Windows color (decimal): -6219625 or 9902241. OLE color: 9902241.

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

Color convert

RGB 161 24 151 -
CMYK 0 0.85 0.06 0.37
HSL 304.38º 0.74% 0.36% -
HSV(B) 304.38º 0.85% 0.63% -
XYZ 20.61 10.46 30.21 -
YUV 79.44 168.39 186.17 -
System Red Green Blue C M Y K H S L
Decimal 161 24 151 0 0.85 0.06 0.37 304.38 0.74 0.36
Hex A1 18 97 0 55 6 25 130 4A 24
Octal 241 30 227 0 125 6 45 460 112 44
Binary 10100001 11000 10010111 0 1010101 110 100101 100110000 1001010 100100

Color Harmonies of #A11897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11897

Black with #A11897

Text Example


Text Example

White with #A11897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11897; }

 p { color: rgb(161,24,151); }

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

background-color css

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

 a { background-color: rgb(161,24,151); }

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

border-color css

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

 span { border-color: rgb(161,24,151); }

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