Html Css Color HEX #AD06B3 Deep Magenta

📋 copy color: '#AD06B3'

red 173 ◦ green 6 ◦ blue 179

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

Shades of Deep Magenta #AD06B3

Tints of Deep Magenta #AD06B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50%

R = 48.32%
G = 1.68%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD06B3 (or 0xAD06B3) is known color: Deep Magenta. HEX triplet: AD, 06 and B3. RGB value is (173,6,179). Sum of RGB (Red+Green+Blue) = 173+6+179=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD06B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD06B3 is #52F94C. Grayscale: #4B4B4B. Windows color (decimal): -5437773 or 11732653. OLE color: 11732653.

HSL color Cylindrical-coordinate representation of color #AD06B3: hue angle of 297.92º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD06B3 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 6 179 -
CMYK 0.03 0.97 0 0.30
HSL 297.92º 0.94% 0.36% -
HSV(B) 297.92º 0.97% 0.7% -
XYZ 25.44 12.27 43.68 -
YUV 75.66 186.33 197.43 -
System Red Green Blue C M Y K H S L
Decimal 173 6 179 0.03 0.97 0 0.30 297.92 0.94 0.36
Hex AD 6 B3 3 61 0 1E 12A 5E 24
Octal 255 6 263 3 141 0 36 452 136 44
Binary 10101101 110 10110011 11 1100001 0 11110 100101010 1011110 100100

Color Harmonies of #AD06B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD06B3

Black with #AD06B3

Text Example


Text Example

White with #AD06B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD06B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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