#AD19B4

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

Shades of Deep Magenta #AD19B4

Tints of Deep Magenta #AD19B4

Color information

#AD19B4 (or 0xAD19B4) is unknown color: approx Deep Magenta. HEX triplet: AD, 19 and B4. RGB value is (173,25,180). Sum of RGB (Red+Green+Blue) = 173+25+180=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD19B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19B4 is #52E64B. Grayscale: #565656. Windows color (decimal): -5432908 or 11803053. OLE color: 11803053.

HSL color Cylindrical-coordinate representation of color #AD19B4: hue angle of 297.29º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD19B4 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17325180-
CMYK0.040.8600.29
HSL297.29º75.61%40.2%-
HSV(B)297.29º86.11%70.59%-
XYZ25.8212.8744.3-
YUV86.92180.53189.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 25 (10.16% from 255) = 6.61%
BLUE value IS 180 (70.70% from 255) = 47.62%
R=45.77%
G=6.61%
B=47.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173251800.040.8600.29297.2975.6140.2
HexAD19B445601D1294c28
Octal25531264412603545111450
Binary10101101110011011010010010101100111011001010011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD19B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD19B4; }

 p { color: rgb(173,25,180); }

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

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

 a { background-color: rgb(173,25,180); }

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

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

 span { border-color: rgb(173,25,180); }

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