#AD14BA

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

Shades of Deep Magenta #AD14BA

Tints of Deep Magenta #AD14BA

Color information

#AD14BA (or 0xAD14BA) is unknown color: approx Deep Magenta. HEX triplet: AD, 14 and BA. RGB value is (173,20,186). Sum of RGB (Red+Green+Blue) = 173+20+186=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD14BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14BA is #52EB45. Grayscale: #545454. Windows color (decimal): -5434182 or 12194989. OLE color: 12194989.

HSL color Cylindrical-coordinate representation of color #AD14BA: hue angle of 295.3º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD14BA is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17320186-
CMYK0.070.8900.27
HSL295.3º80.58%40.39%-
HSV(B)295.3º89.25%72.94%-
XYZ26.3512.9347.56-
YUV84.67185.19191-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.65%
GREEN value IS 20 (8.20% from 255) = 5.28%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=45.65%
G=5.28%
B=49.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173201860.070.8900.27295.380.5840.39
HexAD14BA75901B1275128
Octal25524272713103344712150
Binary10101101101001011101011110110010110111001001111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD14BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD14BA; }

 p { color: rgb(173,20,186); }

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

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

 a { background-color: rgb(173,20,186); }

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

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

 span { border-color: rgb(173,20,186); }

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