Html Css Color HEX #AD1AAA Deep Magenta

📋 copy color: '#AD1AAA'

red 173 ◦ green 26 ◦ blue 170

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

Shades of Deep Magenta #AD1AAA

Tints of Deep Magenta #AD1AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 46.88%
G = 7.05%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD1AAA (or 0xAD1AAA) is known color: Deep Magenta. HEX triplet: AD, 1A and AA. RGB value is (173,26,170). Sum of RGB (Red+Green+Blue) = 173+26+170=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1AAA is #52E555. Grayscale: #555555. Windows color (decimal): -5432662 or 11147949. OLE color: 11147949.

HSL color Cylindrical-coordinate representation of color #AD1AAA: hue angle of 301.22º 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 #AD1AAA is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 26 170 -
CMYK 0 0.85 0.02 0.32
HSL 301.22º 0.74% 0.39% -
HSV(B) 301.22º 0.85% 0.68% -
XYZ 24.86 12.53 39.14 -
YUV 86.37 175.2 189.79 -
System Red Green Blue C M Y K H S L
Decimal 173 26 170 0 0.85 0.02 0.32 301.22 0.74 0.39
Hex AD 1A AA 0 55 2 20 12D 4A 27
Octal 255 32 252 0 125 2 40 455 112 47
Binary 10101101 11010 10101010 0 1010101 10 100000 100101101 1001010 100111

Color Harmonies of #AD1AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1AAA

Black with #AD1AAA

Text Example


Text Example

White with #AD1AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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