#A90493

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

Shades of Dark Magenta #A90493

Tints of Dark Magenta #A90493

Color information

#A90493 (or 0xA90493) is unknown color: approx Dark Magenta. HEX triplet: A9, 04 and 93. RGB value is (169,4,147). Sum of RGB (Red+Green+Blue) = 169+4+147=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A90493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90493 is #56FB6C. Grayscale: #454545. Windows color (decimal): -5700461 or 9634985. OLE color: 9634985.

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

Color convert

RGB1694147-
CMYK00.980.130.34
HSL308º95.38%33.92%-
HSV(B)308º97.63%66.27%-
XYZ21.6710.6328.51-
YUV69.64171.66198.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.81%
GREEN value IS 4 (1.95% from 255) = 1.25%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=52.81%
G=1.25%
B=45.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169414700.980.130.3430895.3833.92
HexA9493062D221345f22
Octal25142230142154246413742
Binary10101001100100100110110001011011000101001101001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90493; }

 p { color: rgb(169,4,147); }

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

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

 a { background-color: rgb(169,4,147); }

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

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

 span { border-color: rgb(169,4,147); }

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