Html Css Color HEX #AD0AAC Deep Magenta

📋 copy color: '#AD0AAC'

red 173 ◦ green 10 ◦ blue 172

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

Shades of Deep Magenta #AD0AAC

Tints of Deep Magenta #AD0AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 48.73%
G = 2.82%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD0AAC (or 0xAD0AAC) is known color: Deep Magenta. HEX triplet: AD, 0A and AC. RGB value is (173,10,172). Sum of RGB (Red+Green+Blue) = 173+10+172=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0AAC is #52F553. Grayscale: #4C4C4C. Windows color (decimal): -5436756 or 11274925. OLE color: 11274925.

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

Color convert

RGB 173 10 172 -
CMYK 0 0.94 0.01 0.32
HSL 300.37º 0.89% 0.36% -
HSV(B) 300.37º 0.94% 0.68% -
XYZ 24.79 12.08 40.05 -
YUV 77.21 181.5 196.33 -
System Red Green Blue C M Y K H S L
Decimal 173 10 172 0 0.94 0.01 0.32 300.37 0.89 0.36
Hex AD A AC 0 5E 1 20 12C 59 24
Octal 255 12 254 0 136 1 40 454 131 44
Binary 10101101 1010 10101100 0 1011110 1 100000 100101100 1011001 100100

Color Harmonies of #AD0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0AAC

Black with #AD0AAC

Text Example


Text Example

White with #AD0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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