Html Css Color HEX #AD06AA Deep Magenta

📋 copy color: '#AD06AA'

red 173 ◦ green 6 ◦ blue 170

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

Shades of Deep Magenta #AD06AA

Tints of Deep Magenta #AD06AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

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

R = 49.57%
G = 1.72%
B = 48.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD06AA (or 0xAD06AA) is known color: Deep Magenta. HEX triplet: AD, 06 and AA. RGB value is (173,6,170). Sum of RGB (Red+Green+Blue) = 173+6+170=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD06AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD06AA is #52F955. Grayscale: #4A4A4A. Windows color (decimal): -5437782 or 11142829. OLE color: 11142829.

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

Color convert

RGB 173 6 170 -
CMYK 0 0.97 0.02 0.32
HSL 301.08º 0.93% 0.35% -
HSV(B) 301.08º 0.97% 0.68% -
XYZ 24.55 11.92 39.04 -
YUV 74.63 181.83 198.16 -
System Red Green Blue C M Y K H S L
Decimal 173 6 170 0 0.97 0.02 0.32 301.08 0.93 0.35
Hex AD 6 AA 0 61 2 20 12D 5D 23
Octal 255 6 252 0 141 2 40 455 135 43
Binary 10101101 110 10101010 0 1100001 10 100000 100101101 1011101 100011

Color Harmonies of #AD06AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD06AA

Black with #AD06AA

Text Example


Text Example

White with #AD06AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD06AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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