#AD12B6

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

Shades of Deep Magenta #AD12B6

Tints of Deep Magenta #AD12B6

Color information

#AD12B6 (or 0xAD12B6) is unknown color: approx Deep Magenta. HEX triplet: AD, 12 and B6. RGB value is (173,18,182). Sum of RGB (Red+Green+Blue) = 173+18+182=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD12B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12B6 is #52ED49. Grayscale: #525252. Windows color (decimal): -5434698 or 11932333. OLE color: 11932333.

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

Color convert

RGB17318182-
CMYK0.050.9000.29
HSL296.71º82%39.22%-
HSV(B)296.71º90.11%71.37%-
XYZ25.8912.6945.34-
YUV83.04183.85192.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 18 (7.42% from 255) = 4.83%
BLUE value IS 182 (71.48% from 255) = 48.79%
R=46.38%
G=4.83%
B=48.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173181820.050.9000.29296.718239.22
HexAD12B655A01D1295227
Octal25522266513203545112247
Binary10101101100101011011010110110100111011001010011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD12B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD12B6; }

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

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

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

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

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

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

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

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