#AD05BA

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

Shades of Deep Magenta #AD05BA

Tints of Deep Magenta #AD05BA

Color information

#AD05BA (or 0xAD05BA) is unknown color: approx Deep Magenta. HEX triplet: AD, 05 and BA. RGB value is (173,5,186). Sum of RGB (Red+Green+Blue) = 173+5+186=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD05BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD05BA is #52FA45. Grayscale: #4B4B4B. Windows color (decimal): -5438022 or 12191149. OLE color: 12191149.

HSL color Cylindrical-coordinate representation of color #AD05BA: hue angle of 295.69º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD05BA is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1735186-
CMYK0.070.9700.27
HSL295.69º94.76%37.45%-
HSV(B)295.69º97.31%72.94%-
XYZ26.1512.5447.5-
YUV75.87190.16197.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.53%
GREEN value IS 5 (2.34% from 255) = 1.37%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=47.53%
G=1.37%
B=51.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17351860.070.9700.27295.6994.7637.45
HexAD5BA76101B1285f25
Octal2555272714103345013745
Binary101011011011011101011111000010110111001010001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD05BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD05BA; }

 p { color: rgb(173,5,186); }

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

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

 a { background-color: rgb(173,5,186); }

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

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

 span { border-color: rgb(173,5,186); }

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