#AD01B3

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

Shades of Deep Magenta #AD01B3

Tints of Deep Magenta #AD01B3

Color information

#AD01B3 (or 0xAD01B3) is unknown color: approx Deep Magenta. HEX triplet: AD, 01 and B3. RGB value is (173,1,179). Sum of RGB (Red+Green+Blue) = 173+1+179=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD01B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01B3 is #52FE4C. Grayscale: #484848. Windows color (decimal): -5439053 or 11731373. OLE color: 11731373.

HSL color Cylindrical-coordinate representation of color #AD01B3: hue angle of 297.98º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD01B3 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1731179-
CMYK0.030.9900.30
HSL297.98º98.89%35.29%-
HSV(B)297.98º99.44%70.2%-
XYZ25.3812.1643.66-
YUV72.72187.98199.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.01%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 179 (70.31% from 255) = 50.71%
R=49.01%
G=0.28%
B=50.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17311790.030.9900.30297.9898.8935.29
HexAD1B336301E12a6323
Octal2551263314303645214343
Binary101011011101100111111000110111101001010101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD01B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD01B3; }

 p { color: rgb(173,1,179); }

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

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

 a { background-color: rgb(173,1,179); }

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

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

 span { border-color: rgb(173,1,179); }

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