#AD1AAE

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

Shades of Deep Magenta #AD1AAE

Tints of Deep Magenta #AD1AAE

Color information

#AD1AAE (or 0xAD1AAE) is unknown color: approx Deep Magenta. HEX triplet: AD, 1A and AE. RGB value is (173,26,174). Sum of RGB (Red+Green+Blue) = 173+26+174=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD1AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1AAE is #52E551. Grayscale: #565656. Windows color (decimal): -5432658 or 11410093. OLE color: 11410093.

HSL color Cylindrical-coordinate representation of color #AD1AAE: hue angle of 299.59º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1AAE is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17326174-
CMYK0.010.8500.32
HSL299.59º74%39.22%-
HSV(B)299.59º85.06%68.24%-
XYZ25.2412.6841.16-
YUV86.82177.2189.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 26 (10.55% from 255) = 6.97%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=46.38%
G=6.97%
B=46.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173261740.010.8500.32299.597439.22
HexAD1AAE15502012c4a27
Octal25532256112504045411247
Binary1010110111010101011101101010101000001001011001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1AAE; }

 p { color: rgb(173,26,174); }

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

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

 a { background-color: rgb(173,26,174); }

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

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

 span { border-color: rgb(173,26,174); }

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