#a90297

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

Shades of Dark Magenta #A90297

Tints of Dark Magenta #A90297

Color information

#A90297 (or 0xA90297) is unknown color: approx Dark Magenta. HEX triplet: A9, 02 and 97. RGB value is (169,2,151). Sum of RGB (Red+Green+Blue) = 169+2+151=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A90297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90297 is #56FD68. Grayscale: #444444. Windows color (decimal): -5700969 or 9896617. OLE color: 9896617.

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

Color convert

RGB1692151-
CMYK00.990.110.34
HSL306.47º97.66%33.53%-
HSV(B)306.47º98.82%66.27%-
XYZ21.9710.7130.19-
YUV68.92174.33199.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.48%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 151 (59.38% from 255) = 46.89%
R=52.48%
G=0.62%
B=46.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169215100.990.110.34306.4797.6633.53
HexA9297063B221326222
Octal25122270143134246214242
Binary1010100110100101110110001110111000101001100101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a90297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a90297; }

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

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

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

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

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

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

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

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