#AD03AF

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

Shades of Deep Magenta #AD03AF

Tints of Deep Magenta #AD03AF

Color information

#AD03AF (or 0xAD03AF) is unknown color: approx Deep Magenta. HEX triplet: AD, 03 and AF. RGB value is (173,3,175). Sum of RGB (Red+Green+Blue) = 173+3+175=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD03AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD03AF is #52FC50. Grayscale: #484848. Windows color (decimal): -5438545 or 11469741. OLE color: 11469741.

HSL color Cylindrical-coordinate representation of color #AD03AF: hue angle of 299.3º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD03AF is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1733175-
CMYK0.010.9800.31
HSL299.3º96.63%34.9%-
HSV(B)299.3º98.29%68.63%-
XYZ2512.0441.56-
YUV73.44185.32199.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.29%
GREEN value IS 3 (1.56% from 255) = 0.85%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=49.29%
G=0.85%
B=49.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17331750.010.9800.31299.396.6334.9
HexAD3AF16201F12b6123
Octal2553257114203745314143
Binary101011011110101111111000100111111001010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD03AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD03AF; }

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

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

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

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

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

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

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

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