Html Css Color HEX #AD14BA Deep Magenta

📋 copy color: '#AD14BA'

red 173 ◦ green 20 ◦ blue 186

#AD14BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #AD14BA

Tints of Deep Magenta #AD14BA

RGB

 RED value IS 173 (67.97% from 255) = 45.65%

 GREEN value IS 20 (8.2% 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 value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD14BA (or 0xAD14BA) is known color: 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

RGB 173 20 186 -
CMYK 0.07 0.89 0 0.27
HSL 295.3º 0.81% 0.4% -
HSV(B) 295.3º 0.89% 0.73% -
XYZ 26.35 12.93 47.56 -
YUV 84.67 185.19 191 -
System Red Green Blue C M Y K H S L
Decimal 173 20 186 0.07 0.89 0 0.27 295.3 0.81 0.4
Hex AD 14 BA 7 59 0 1B 127 51 28
Octal 255 24 272 7 131 0 33 447 121 50
Binary 10101101 10100 10111010 111 1011001 0 11011 100100111 1010001 101000

Color Harmonies of #AD14BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD14BA

Black with #AD14BA

Text Example


Text Example

White with #AD14BA

Text Example


Text Example

HTML Codes & Css Web 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>