Html Css Color HEX #A91099 Dark Magenta

📋 copy color: '#A91099'

red 169 ◦ green 16 ◦ blue 153

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

Shades of Dark Magenta #A91099

Tints of Dark Magenta #A91099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.27%

R = 50%
G = 4.73%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A91099 (or 0xA91099) is known color: Dark Magenta. HEX triplet: A9, 10 and 99. RGB value is (169,16,153). Sum of RGB (Red+Green+Blue) = 169+16+153=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A91099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91099 is #56EF66. Grayscale: #4C4C4C. Windows color (decimal): -5697383 or 10031273. OLE color: 10031273.

HSL color Cylindrical-coordinate representation of color #A91099: hue angle of 306.27º 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 #A91099 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 16 153 -
CMYK 0 0.91 0.09 0.34
HSL 306.27º 0.83% 0.36% -
HSV(B) 306.27º 0.91% 0.66% -
XYZ 22.3 11.11 31.11 -
YUV 77.37 170.69 193.36 -
System Red Green Blue C M Y K H S L
Decimal 169 16 153 0 0.91 0.09 0.34 306.27 0.83 0.36
Hex A9 10 99 0 5B 9 22 132 53 24
Octal 251 20 231 0 133 11 42 462 123 44
Binary 10101001 10000 10011001 0 1011011 1001 100010 100110010 1010011 100100

Color Harmonies of #A91099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91099

Black with #A91099

Text Example


Text Example

White with #A91099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91099; }

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

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

background-color css

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

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

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

border-color css

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

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

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