Html Css Color HEX #AD12BA Deep Magenta

📋 copy color: '#AD12BA'

red 173 ◦ green 18 ◦ blue 186

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

Shades of Deep Magenta #AD12BA

Tints of Deep Magenta #AD12BA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.77%

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 45.89%
G = 4.77%
B = 49.34%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD12BA (or 0xAD12BA) is known color: Deep Magenta. HEX triplet: AD, 12 and BA. RGB value is (173,18,186). Sum of RGB (Red+Green+Blue) = 173+18+186=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD12BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12BA is #52ED45. Grayscale: #525252. Windows color (decimal): -5434694 or 12194477. OLE color: 12194477.

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

Color convert

RGB 173 18 186 -
CMYK 0.07 0.90 0 0.27
HSL 295.36º 0.82% 0.4% -
HSV(B) 295.36º 0.9% 0.73% -
XYZ 26.31 12.86 47.55 -
YUV 83.5 185.85 191.84 -
System Red Green Blue C M Y K H S L
Decimal 173 18 186 0.07 0.90 0 0.27 295.36 0.82 0.4
Hex AD 12 BA 7 5A 0 1B 127 52 28
Octal 255 22 272 7 132 0 33 447 122 50
Binary 10101101 10010 10111010 111 1011010 0 11011 100100111 1010010 101000

Color Harmonies of #AD12BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD12BA

Black with #AD12BA

Text Example


Text Example

White with #AD12BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD12BA; }

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

 H1.HeaderClassName
 {
   color: #AD12BA;
 }
 .AnyTagClassName
 {
   color: #AD12BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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