Html Css Color HEX #AD12B9 Deep Magenta

📋 copy color: '#AD12B9'

red 173 ◦ green 18 ◦ blue 185

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

Shades of Deep Magenta #AD12B9

Tints of Deep Magenta #AD12B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.2%

R = 46.01%
G = 4.79%
B = 49.2%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD12B9 (or 0xAD12B9) is known color: Deep Magenta. HEX triplet: AD, 12 and B9. RGB value is (173,18,185). Sum of RGB (Red+Green+Blue) = 173+18+185=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD12B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12B9 is #52ED46. Grayscale: #525252. Windows color (decimal): -5434695 or 12128941. OLE color: 12128941.

HSL color Cylindrical-coordinate representation of color #AD12B9: hue angle of 295.69º 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 #AD12B9 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 18 185 -
CMYK 0.06 0.90 0 0.27
HSL 295.69º 0.82% 0.4% -
HSV(B) 295.69º 0.9% 0.73% -
XYZ 26.21 12.82 46.99 -
YUV 83.38 185.35 191.92 -
System Red Green Blue C M Y K H S L
Decimal 173 18 185 0.06 0.90 0 0.27 295.69 0.82 0.4
Hex AD 12 B9 6 5A 0 1B 128 52 28
Octal 255 22 271 6 132 0 33 450 122 50
Binary 10101101 10010 10111001 110 1011010 0 11011 100101000 1010010 101000

Color Harmonies of #AD12B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD12B9

Black with #AD12B9

Text Example


Text Example

White with #AD12B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD12B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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