Html Css Color HEX #A91397 Dark Magenta

📋 copy color: '#A91397'

red 169 ◦ green 19 ◦ blue 151

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

Shades of Dark Magenta #A91397

Tints of Dark Magenta #A91397

RGB

 RED value IS 169 (66.41% from 255) = 49.85%

 GREEN value IS 19 (7.81% from 255) = 5.6%

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

R = 49.85%
G = 5.6%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A91397 (or 0xA91397) is known color: Dark Magenta. HEX triplet: A9, 13 and 97. RGB value is (169,19,151). Sum of RGB (Red+Green+Blue) = 169+19+151=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A91397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91397 is #56EC68. Grayscale: #4E4E4E. Windows color (decimal): -5696617 or 9900969. OLE color: 9900969.

HSL color Cylindrical-coordinate representation of color #A91397: hue angle of 307.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91397 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 19 151 -
CMYK 0 0.89 0.11 0.34
HSL 307.2º 0.8% 0.37% -
HSV(B) 307.2º 0.89% 0.66% -
XYZ 22.18 11.14 30.26 -
YUV 78.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 169 19 151 0 0.89 0.11 0.34 307.2 0.8 0.37
Hex A9 13 97 0 59 B 22 133 50 25
Octal 251 23 227 0 131 13 42 463 120 45
Binary 10101001 10011 10010111 0 1011001 1011 100010 100110011 1010000 100101

Color Harmonies of #A91397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91397

Black with #A91397

Text Example


Text Example

White with #A91397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91397; }

 p { color: rgb(169,19,151); }

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

background-color css

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

 a { background-color: rgb(169,19,151); }

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

border-color css

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

 span { border-color: rgb(169,19,151); }

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