#A90694

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

Shades of Dark Magenta #A90694

Tints of Dark Magenta #A90694

Color information

#A90694 (or 0xA90694) is unknown color: approx Dark Magenta. HEX triplet: A9, 06 and 94. RGB value is (169,6,148). Sum of RGB (Red+Green+Blue) = 169+6+148=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A90694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90694 is #56F96B. Grayscale: #464646. Windows color (decimal): -5699948 or 9701033. OLE color: 9701033.

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

Color convert

RGB1696148-
CMYK00.960.120.34
HSL307.73º93.14%34.31%-
HSV(B)307.73º96.45%66.27%-
XYZ21.7710.728.94-
YUV70.92171.5197.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.32%
GREEN value IS 6 (2.73% from 255) = 1.86%
BLUE value IS 148 (58.20% from 255) = 45.82%
R=52.32%
G=1.86%
B=45.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169614800.960.120.34307.7393.1434.31
HexA9694060C221345d22
Octal25162240140144246413542
Binary10101001110100101000110000011001000101001101001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90694; }

 p { color: rgb(169,6,148); }

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

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

 a { background-color: rgb(169,6,148); }

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

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

 span { border-color: rgb(169,6,148); }

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