#AD13C0

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

Shades of Deep Magenta #AD13C0

Tints of Deep Magenta #AD13C0

Color information

#AD13C0 (or 0xAD13C0) is unknown color: approx Deep Magenta. HEX triplet: AD, 13 and C0. RGB value is (173,19,192). Sum of RGB (Red+Green+Blue) = 173+19+192=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD13C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13C0 is #52EC3F. Grayscale: #545454. Windows color (decimal): -5434432 or 12587949. OLE color: 12587949.

HSL color Cylindrical-coordinate representation of color #AD13C0: hue angle of 293.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD13C0 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17319192-
CMYK0.100.9000.25
HSL293.41º81.99%41.37%-
HSV(B)293.41º90.1%75.29%-
XYZ26.9813.1650.99-
YUV84.77188.52190.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 19 (7.81% from 255) = 4.95%
BLUE value IS 192 (75.39% from 255) = 50%
R=45.05%
G=4.95%
B=50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173191920.100.9000.25293.4181.9941.37
HexAD13C0A5A0191255229
Octal255233001213203144512251
Binary101011011001111000000101010110100110011001001011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD13C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD13C0; }

 p { color: rgb(173,19,192); }

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

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

 a { background-color: rgb(173,19,192); }

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

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

 span { border-color: rgb(173,19,192); }

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