Html Css Color HEX #AD12B5 Deep Magenta

📋 copy color: '#AD12B5'

red 173 ◦ green 18 ◦ blue 181

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

Shades of Deep Magenta #AD12B5

Tints of Deep Magenta #AD12B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.66%

R = 46.51%
G = 4.84%
B = 48.66%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD12B5 (or 0xAD12B5) is known color: Deep Magenta. HEX triplet: AD, 12 and B5. RGB value is (173,18,181). Sum of RGB (Red+Green+Blue) = 173+18+181=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD12B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12B5 is #52ED4A. Grayscale: #525252. Windows color (decimal): -5434699 or 11866797. OLE color: 11866797.

HSL color Cylindrical-coordinate representation of color #AD12B5: hue angle of 297.06º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD12B5 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 18 181 -
CMYK 0.04 0.90 0 0.29
HSL 297.06º 0.82% 0.39% -
HSV(B) 297.06º 0.9% 0.71% -
XYZ 25.79 12.65 44.8 -
YUV 82.93 183.35 192.25 -
System Red Green Blue C M Y K H S L
Decimal 173 18 181 0.04 0.90 0 0.29 297.06 0.82 0.39
Hex AD 12 B5 4 5A 0 1D 129 52 27
Octal 255 22 265 4 132 0 35 451 122 47
Binary 10101101 10010 10110101 100 1011010 0 11101 100101001 1010010 100111

Color Harmonies of #AD12B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD12B5

Black with #AD12B5

Text Example


Text Example

White with #AD12B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD12B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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