Html Css Color HEX #A91297 Dark Magenta

📋 copy color: '#A91297'

red 169 ◦ green 18 ◦ blue 151

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

Shades of Dark Magenta #A91297

Tints of Dark Magenta #A91297

RGB

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

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

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

R = 50%
G = 5.33%
B = 44.67%

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

#A91297 (or 0xA91297) is known color: Dark Magenta. HEX triplet: A9, 12 and 97. RGB value is (169,18,151). Sum of RGB (Red+Green+Blue) = 169+18+151=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A91297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91297 is #56ED68. Grayscale: #4D4D4D. Windows color (decimal): -5696873 or 9900713. OLE color: 9900713.

HSL color Cylindrical-coordinate representation of color #A91297: hue angle of 307.15º degrees, saturation: 0.81, 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 #A91297 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 18 151 -
CMYK 0 0.89 0.11 0.34
HSL 307.15º 0.81% 0.37% -
HSV(B) 307.15º 0.89% 0.66% -
XYZ 22.16 11.1 30.25 -
YUV 78.31 169.03 192.69 -
System Red Green Blue C M Y K H S L
Decimal 169 18 151 0 0.89 0.11 0.34 307.15 0.81 0.37
Hex A9 12 97 0 59 B 22 133 51 25
Octal 251 22 227 0 131 13 42 463 121 45
Binary 10101001 10010 10010111 0 1011001 1011 100010 100110011 1010001 100101

Color Harmonies of #A91297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91297

Black with #A91297

Text Example


Text Example

White with #A91297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91297; }

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

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

background-color css

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

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

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

border-color css

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

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

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