Html Css Color HEX #AD0AAA Deep Magenta

📋 copy color: '#AD0AAA'

red 173 ◦ green 10 ◦ blue 170

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

Shades of Deep Magenta #AD0AAA

Tints of Deep Magenta #AD0AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.83%

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

R = 49.01%
G = 2.83%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD0AAA (or 0xAD0AAA) is known color: Deep Magenta. HEX triplet: AD, 0A and AA. RGB value is (173,10,170). Sum of RGB (Red+Green+Blue) = 173+10+170=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0AAA is #52F555. Grayscale: #4C4C4C. Windows color (decimal): -5436758 or 11143853. OLE color: 11143853.

HSL color Cylindrical-coordinate representation of color #AD0AAA: hue angle of 301.1º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0AAA is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 10 170 -
CMYK 0 0.94 0.02 0.32
HSL 301.1º 0.89% 0.36% -
HSV(B) 301.1º 0.94% 0.68% -
XYZ 24.6 12 39.05 -
YUV 76.98 180.5 196.49 -
System Red Green Blue C M Y K H S L
Decimal 173 10 170 0 0.94 0.02 0.32 301.1 0.89 0.36
Hex AD A AA 0 5E 2 20 12D 59 24
Octal 255 12 252 0 136 2 40 455 131 44
Binary 10101101 1010 10101010 0 1011110 10 100000 100101101 1011001 100100

Color Harmonies of #AD0AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0AAA

Black with #AD0AAA

Text Example


Text Example

White with #AD0AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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