#AD0FB6

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

Shades of Deep Magenta #AD0FB6

Tints of Deep Magenta #AD0FB6

Color information

#AD0FB6 (or 0xAD0FB6) is unknown color: approx Deep Magenta. HEX triplet: AD, 0F and B6. RGB value is (173,15,182). Sum of RGB (Red+Green+Blue) = 173+15+182=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD0FB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FB6 is #52F049. Grayscale: #505050. Windows color (decimal): -5435466 or 11931565. OLE color: 11931565.

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

Color convert

RGB17315182-
CMYK0.050.9200.29
HSL296.77º84.77%38.63%-
HSV(B)296.77º91.76%71.37%-
XYZ25.8512.645.33-
YUV81.28184.85193.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 15 (6.25% from 255) = 4.05%
BLUE value IS 182 (71.48% from 255) = 49.19%
R=46.76%
G=4.05%
B=49.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173151820.050.9200.29296.7784.7738.63
HexADFB655C01D1295527
Octal25517266513403545112547
Binary1010110111111011011010110111000111011001010011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0FB6; }

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

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

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

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

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

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

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

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