#A90186

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

Shades of Dark Magenta #A90186

Tints of Dark Magenta #A90186

Color information

#A90186 (or 0xA90186) is unknown color: approx Dark Magenta. HEX triplet: A9, 01 and 86. RGB value is (169,1,134). Sum of RGB (Red+Green+Blue) = 169+1+134=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A90186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90186 is #56FE79. Grayscale: #424242. Windows color (decimal): -5701242 or 8782249. OLE color: 8782249.

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

Color convert

RGB1691134-
CMYK00.990.210.34
HSL312.5º98.82%33.33%-
HSV(B)312.5º99.41%66.27%-
XYZ20.6810.1823.43-
YUV66.39166.16201.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.59%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 134 (52.73% from 255) = 44.08%
R=55.59%
G=0.33%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169113400.990.210.34312.598.8233.33
HexA918606315221386321
Octal25112060143254247014341
Binary1010100111000011001100011101011000101001110001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90186; }

 p { color: rgb(169,1,134); }

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

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

 a { background-color: rgb(169,1,134); }

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

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

 span { border-color: rgb(169,1,134); }

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