#AD02BF

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

Shades of Deep Magenta #AD02BF

Tints of Deep Magenta #AD02BF

Color information

#AD02BF (or 0xAD02BF) is unknown color: approx Deep Magenta. HEX triplet: AD, 02 and BF. RGB value is (173,2,191). Sum of RGB (Red+Green+Blue) = 173+2+191=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD02BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02BF is #52FD40. Grayscale: #4A4A4A. Windows color (decimal): -5438785 or 12518061. OLE color: 12518061.

HSL color Cylindrical-coordinate representation of color #AD02BF: hue angle of 294.29º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02BF is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1732191-
CMYK0.090.9900.25
HSL294.29º97.93%37.84%-
HSV(B)294.29º98.95%74.9%-
XYZ26.6612.6950.33-
YUV74.68193.65198.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 191 (75% from 255) = 52.19%
R=47.27%
G=0.55%
B=52.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17321910.090.9900.25294.2997.9337.84
HexAD2BF9630191266226
Octal25522771114303144614246
Binary101011011010111111100111000110110011001001101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD02BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD02BF; }

 p { color: rgb(173,2,191); }

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

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

 a { background-color: rgb(173,2,191); }

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

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

 span { border-color: rgb(173,2,191); }

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