#AD05C0

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

Shades of Deep Magenta #AD05C0

Tints of Deep Magenta #AD05C0

Color information

#AD05C0 (or 0xAD05C0) is unknown color: approx Deep Magenta. HEX triplet: AD, 05 and C0. RGB value is (173,5,192). Sum of RGB (Red+Green+Blue) = 173+5+192=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD05C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD05C0 is #52FA3F. Grayscale: #4B4B4B. Windows color (decimal): -5438016 or 12584365. OLE color: 12584365.

HSL color Cylindrical-coordinate representation of color #AD05C0: hue angle of 293.9º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD05C0 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1735192-
CMYK0.100.9700.25
HSL293.9º94.92%38.63%-
HSV(B)293.9º97.4%75.29%-
XYZ26.812.850.93-
YUV76.55193.16196.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 5 (2.34% from 255) = 1.35%
BLUE value IS 192 (75.39% from 255) = 51.89%
R=46.76%
G=1.35%
B=51.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17351920.100.9700.25293.994.9238.63
HexAD5C0A610191265f27
Octal25553001214103144613747
Binary1010110110111000000101011000010110011001001101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD05C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD05C0; }

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

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

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

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

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

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

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

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