#ad009b

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

Shades of Dark Magenta #AD009B

Tints of Dark Magenta #AD009B

Color information

#AD009B (or 0xAD009B) is unknown color: approx Dark Magenta. HEX triplet: AD, 00 and 9B. RGB value is (173,0,155). Sum of RGB (Red+Green+Blue) = 173+0+155=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD009B is #52FF64. Grayscale: #444444. Windows color (decimal): -5439333 or 10158253. OLE color: 10158253.

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

Color convert

RGB1730155-
CMYK010.100.32
HSL306.24º100%33.92%-
HSV(B)306.24º100%67.84%-
XYZ23.1511.2531.96-
YUV69.4176.31201.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=52.74%
G=0%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1730155010.100.32306.2410033.92
HexAD09B064A201326422
Octal25502330144124046214442
Binary101011010100110110110010010101000001001100101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad009b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad009b; }

 p { color: rgb(173,0,155); }

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

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

 a { background-color: rgb(173,0,155); }

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

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

 span { border-color: rgb(173,0,155); }

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