#A9089B

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

Shades of Dark Magenta #A9089B

Tints of Dark Magenta #A9089B

Color information

#A9089B (or 0xA9089B) is unknown color: approx Dark Magenta. HEX triplet: A9, 08 and 9B. RGB value is (169,8,155). Sum of RGB (Red+Green+Blue) = 169+8+155=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9089B is #56F764. Grayscale: #484848. Windows color (decimal): -5699429 or 10160297. OLE color: 10160297.

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

Color convert

RGB1698155-
CMYK00.950.080.34
HSL305.22º90.96%34.71%-
HSV(B)305.22º95.27%66.27%-
XYZ22.3710.9831.95-
YUV72.9174.34196.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.90%
GREEN value IS 8 (3.52% from 255) = 2.41%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=50.90%
G=2.41%
B=46.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169815500.950.080.34305.2290.9634.71
HexA989B05F8221315b23
Octal251102330137104246113343
Binary101010011000100110110101111110001000101001100011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9089B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9089B; }

 p { color: rgb(169,8,155); }

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

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

 a { background-color: rgb(169,8,155); }

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

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

 span { border-color: rgb(169,8,155); }

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