Html Css Color HEX #A91096 Dark Magenta

📋 copy color: '#A91096'

red 169 ◦ green 16 ◦ blue 150

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

Shades of Dark Magenta #A91096

Tints of Dark Magenta #A91096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.78%

 BLUE value IS 150 (58.98% from 255) = 44.78%

R = 50.45%
G = 4.78%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A91096 (or 0xA91096) is known color: Dark Magenta. HEX triplet: A9, 10 and 96. RGB value is (169,16,150). Sum of RGB (Red+Green+Blue) = 169+16+150=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A91096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91096 is #56EF69. Grayscale: #4C4C4C. Windows color (decimal): -5697386 or 9834665. OLE color: 9834665.

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

Color convert

RGB 169 16 150 -
CMYK 0 0.91 0.11 0.34
HSL 307.45º 0.83% 0.36% -
HSV(B) 307.45º 0.91% 0.66% -
XYZ 22.05 11.01 29.82 -
YUV 77.02 169.19 193.6 -
System Red Green Blue C M Y K H S L
Decimal 169 16 150 0 0.91 0.11 0.34 307.45 0.83 0.36
Hex A9 10 96 0 5B B 22 133 53 24
Octal 251 20 226 0 133 13 42 463 123 44
Binary 10101001 10000 10010110 0 1011011 1011 100010 100110011 1010011 100100

Color Harmonies of #A91096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91096

Black with #A91096

Text Example


Text Example

White with #A91096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91096; }

 p { color: rgb(169,16,150); }

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

background-color css

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

 a { background-color: rgb(169,16,150); }

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

border-color css

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

 span { border-color: rgb(169,16,150); }

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