Html Css Color HEX #A91197 Dark Magenta

📋 copy color: '#A91197'

red 169 ◦ green 17 ◦ blue 151

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

Shades of Dark Magenta #A91197

Tints of Dark Magenta #A91197

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.04%

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

R = 50.15%
G = 5.04%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A91197 (or 0xA91197) is known color: Dark Magenta. HEX triplet: A9, 11 and 97. RGB value is (169,17,151). Sum of RGB (Red+Green+Blue) = 169+17+151=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A91197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91197 is #56EE68. Grayscale: #4D4D4D. Windows color (decimal): -5697129 or 9900457. OLE color: 9900457.

HSL color Cylindrical-coordinate representation of color #A91197: hue angle of 307.11º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91197 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 17 151 -
CMYK 0 0.90 0.11 0.34
HSL 307.11º 0.82% 0.36% -
HSV(B) 307.11º 0.9% 0.66% -
XYZ 22.15 11.07 30.25 -
YUV 77.72 169.36 193.1 -
System Red Green Blue C M Y K H S L
Decimal 169 17 151 0 0.90 0.11 0.34 307.11 0.82 0.36
Hex A9 11 97 0 5A B 22 133 52 24
Octal 251 21 227 0 132 13 42 463 122 44
Binary 10101001 10001 10010111 0 1011010 1011 100010 100110011 1010010 100100

Color Harmonies of #A91197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91197

Black with #A91197

Text Example


Text Example

White with #A91197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91197; }

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

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

background-color css

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

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

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

border-color css

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

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

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