#A90095

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

Shades of Dark Magenta #A90095

Tints of Dark Magenta #A90095

Color information

#A90095 (or 0xA90095) is unknown color: approx Dark Magenta. HEX triplet: A9, 00 and 95. RGB value is (169,0,149). Sum of RGB (Red+Green+Blue) = 169+0+149=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A90095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90095 is #56FF6A. Grayscale: #434343. Windows color (decimal): -5701483 or 9765033. OLE color: 9765033.

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

Color convert

RGB1690149-
CMYK010.120.34
HSL307.1º100%33.14%-
HSV(B)307.1º100%66.27%-
XYZ21.7910.629.33-
YUV67.52173.99200.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=53.14%
G=0%
B=46.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1690149010.120.34307.110033.14
HexA9095064C221336421
Octal25102250144144246314441
Binary101010010100101010110010011001000101001100111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90095; }

 p { color: rgb(169,0,149); }

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

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

 a { background-color: rgb(169,0,149); }

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

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

 span { border-color: rgb(169,0,149); }

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