#AD10B6

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

Shades of Deep Magenta #AD10B6

Tints of Deep Magenta #AD10B6

Color information

#AD10B6 (or 0xAD10B6) is unknown color: approx Deep Magenta. HEX triplet: AD, 10 and B6. RGB value is (173,16,182). Sum of RGB (Red+Green+Blue) = 173+16+182=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD10B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10B6 is #52EF49. Grayscale: #515151. Windows color (decimal): -5435210 or 11931821. OLE color: 11931821.

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

Color convert

RGB17316182-
CMYK0.050.9100.29
HSL296.75º83.84%38.82%-
HSV(B)296.75º91.21%71.37%-
XYZ25.8612.6345.33-
YUV81.87184.51193-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 16 (6.64% from 255) = 4.31%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=46.63%
G=4.31%
B=49.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173161820.050.9100.29296.7583.8438.82
HexAD10B655B01D1295427
Octal25520266513303545112447
Binary10101101100001011011010110110110111011001010011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD10B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD10B6; }

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

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

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

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

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

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

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

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