#A90FA6

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

Shades of Dark Magenta #A90FA6

Tints of Dark Magenta #A90FA6

Color information

#A90FA6 (or 0xA90FA6) is unknown color: approx Dark Magenta. HEX triplet: A9, 0F and A6. RGB value is (169,15,166). Sum of RGB (Red+Green+Blue) = 169+15+166=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 166 (65.23% from 255 or 47.43% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A90FA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90FA6 is #56F059. Grayscale: #4D4D4D. Windows color (decimal): -5697626 or 10882985. OLE color: 10882985.

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

Color convert

RGB16915166-
CMYK00.910.020.34
HSL301.17º83.7%36.08%-
HSV(B)301.17º91.12%66.27%-
XYZ23.4211.5337.07-
YUV78.26177.52192.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.29%
GREEN value IS 15 (6.25% from 255) = 4.29%
BLUE value IS 166 (65.23% from 255) = 47.43%
R=48.29%
G=4.29%
B=47.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691516600.910.020.34301.1783.736.08
HexA9FA605B22212d5424
Octal25117246013324245512444
Binary1010100111111010011001011011101000101001011011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90FA6; }

 p { color: rgb(169,15,166); }

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

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

 a { background-color: rgb(169,15,166); }

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

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

 span { border-color: rgb(169,15,166); }

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