Html Css Color HEX #AD1AAD Deep Magenta

📋 copy color: '#AD1AAD'

red 173 ◦ green 26 ◦ blue 173

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

Shades of Deep Magenta #AD1AAD

Tints of Deep Magenta #AD1AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.99%

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

R = 46.51%
G = 6.99%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD1AAD (or 0xAD1AAD) is known color: Deep Magenta. HEX triplet: AD, 1A and AD. RGB value is (173,26,173). Sum of RGB (Red+Green+Blue) = 173+26+173=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD1AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1AAD is #52E552. Grayscale: #565656. Windows color (decimal): -5432659 or 11344557. OLE color: 11344557.

HSL color Cylindrical-coordinate representation of color #AD1AAD: hue angle of 300º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1AAD is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 26 173 -
CMYK 0 0.85 0 0.32
HSL 300º 0.74% 0.39% -
HSV(B) 300º 0.85% 0.68% -
XYZ 25.15 12.64 40.65 -
YUV 86.71 176.7 189.55 -
System Red Green Blue C M Y K H S L
Decimal 173 26 173 0 0.85 0 0.32 300 0.74 0.39
Hex AD 1A AD 0 55 0 20 12C 4A 27
Octal 255 32 255 0 125 0 40 454 112 47
Binary 10101101 11010 10101101 0 1010101 0 100000 100101100 1001010 100111

Color Harmonies of #AD1AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1AAD

Black with #AD1AAD

Text Example


Text Example

White with #AD1AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1AAD; }

 p { color: rgb(173,26,173); }

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

background-color css

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

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

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

border-color css

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

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

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