Html Css Color HEX #AD06AB Deep Magenta

📋 copy color: '#AD06AB'

red 173 ◦ green 6 ◦ blue 171

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

Shades of Deep Magenta #AD06AB

Tints of Deep Magenta #AD06AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 49.43%
G = 1.71%
B = 48.86%

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

#AD06AB (or 0xAD06AB) is known color: Deep Magenta. HEX triplet: AD, 06 and AB. RGB value is (173,6,171). Sum of RGB (Red+Green+Blue) = 173+6+171=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD06AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD06AB is #52F954. Grayscale: #4A4A4A. Windows color (decimal): -5437781 or 11208365. OLE color: 11208365.

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

Color convert

RGB 173 6 171 -
CMYK 0 0.97 0.01 0.32
HSL 300.72º 0.93% 0.35% -
HSV(B) 300.72º 0.97% 0.68% -
XYZ 24.65 11.95 39.54 -
YUV 74.74 182.33 198.08 -
System Red Green Blue C M Y K H S L
Decimal 173 6 171 0 0.97 0.01 0.32 300.72 0.93 0.35
Hex AD 6 AB 0 61 1 20 12D 5D 23
Octal 255 6 253 0 141 1 40 455 135 43
Binary 10101101 110 10101011 0 1100001 1 100000 100101101 1011101 100011

Color Harmonies of #AD06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD06AB

Black with #AD06AB

Text Example


Text Example

White with #AD06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD06AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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