#A90B90

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

Shades of Dark Magenta #A90B90

Tints of Dark Magenta #A90B90

Color information

#A90B90 (or 0xA90B90) is unknown color: approx Dark Magenta. HEX triplet: A9, 0B and 90. RGB value is (169,11,144). Sum of RGB (Red+Green+Blue) = 169+11+144=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90B90 is #56F46F. Grayscale: #494949. Windows color (decimal): -5698672 or 9440169. OLE color: 9440169.

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

Color convert

RGB16911144-
CMYK00.930.150.34
HSL309.49º87.78%35.29%-
HSV(B)309.49º93.49%66.27%-
XYZ21.5210.6927.31-
YUV73.4167.85196.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.16%
GREEN value IS 11 (4.69% from 255) = 3.40%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=52.16%
G=3.40%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691114400.930.150.34309.4987.7835.29
HexA9B9005DF221355823
Octal251132200135174246513043
Binary101010011011100100000101110111111000101001101011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90B90; }

 p { color: rgb(169,11,144); }

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

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

 a { background-color: rgb(169,11,144); }

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

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

 span { border-color: rgb(169,11,144); }

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