#AD03B6

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

Shades of Deep Magenta #AD03B6

Tints of Deep Magenta #AD03B6

Color information

#AD03B6 (or 0xAD03B6) is unknown color: approx Deep Magenta. HEX triplet: AD, 03 and B6. RGB value is (173,3,182). Sum of RGB (Red+Green+Blue) = 173+3+182=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD03B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03B6 is #52FC49. Grayscale: #494949. Windows color (decimal): -5438538 or 11928493. OLE color: 11928493.

HSL color Cylindrical-coordinate representation of color #AD03B6: hue angle of 296.98º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD03B6 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1733182-
CMYK0.050.9800.29
HSL296.98º96.76%36.27%-
HSV(B)296.98º98.35%71.37%-
XYZ25.7112.3345.28-
YUV74.24188.82198.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.32%
GREEN value IS 3 (1.56% from 255) = 0.84%
BLUE value IS 182 (71.48% from 255) = 50.84%
R=48.32%
G=0.84%
B=50.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17331820.050.9800.29296.9896.7636.27
HexAD3B656201D1296124
Octal2553266514203545114144
Binary10101101111011011010111000100111011001010011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD03B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD03B6; }

 p { color: rgb(173,3,182); }

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

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

 a { background-color: rgb(173,3,182); }

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

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

 span { border-color: rgb(173,3,182); }

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