Html Css Color HEX #AD06AC Deep Magenta

📋 copy color: '#AD06AC'

red 173 ◦ green 6 ◦ blue 172

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

Shades of Deep Magenta #AD06AC

Tints of Deep Magenta #AD06AC

RGB

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

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

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

R = 49.29%
G = 1.71%
B = 49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD06AC (or 0xAD06AC) is known color: Deep Magenta. HEX triplet: AD, 06 and AC. RGB value is (173,6,172). Sum of RGB (Red+Green+Blue) = 173+6+172=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD06AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD06AC is #52F953. Grayscale: #4A4A4A. Windows color (decimal): -5437780 or 11273901. OLE color: 11273901.

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

Color convert

RGB 173 6 172 -
CMYK 0 0.97 0.01 0.32
HSL 300.36º 0.93% 0.35% -
HSV(B) 300.36º 0.97% 0.68% -
XYZ 24.75 11.99 40.04 -
YUV 74.86 182.83 198 -
System Red Green Blue C M Y K H S L
Decimal 173 6 172 0 0.97 0.01 0.32 300.36 0.93 0.35
Hex AD 6 AC 0 61 1 20 12C 5D 23
Octal 255 6 254 0 141 1 40 454 135 43
Binary 10101101 110 10101100 0 1100001 1 100000 100101100 1011101 100011

Color Harmonies of #AD06AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD06AC

Black with #AD06AC

Text Example


Text Example

White with #AD06AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD06AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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