#A90299

Color #A90299 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A90299

Tints of Dark Magenta #A90299

Color information

#A90299 (or 0xA90299) is unknown color: approx Dark Magenta. HEX triplet: A9, 02 and 99. RGB value is (169,2,153). Sum of RGB (Red+Green+Blue) = 169+2+153=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A90299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90299 is #56FD66. Grayscale: #444444. Windows color (decimal): -5700967 or 10027689. OLE color: 10027689.

HSL color Cylindrical-coordinate representation of color #A90299: hue angle of 305.75º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90299 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB1692153-
CMYK00.990.090.34
HSL305.75º97.66%33.53%-
HSV(B)305.75º98.82%66.27%-
XYZ22.1310.7831.05-
YUV69.15175.33199.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.16%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=52.16%
G=0.62%
B=47.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169215300.990.090.34305.7597.6633.53
HexA92990639221326222
Octal25122310143114246214242
Binary1010100110100110010110001110011000101001100101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90299; }

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

 H1.HeaderClassName
 {
   color: #A90299;
 }
 .AnyTagClassName
 {
   color: #A90299;
 }
</style>
background-color css

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

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

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

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

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

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