Html Css Color HEX #AD06B7 Deep Magenta

📋 copy color: '#AD06B7'

red 173 ◦ green 6 ◦ blue 183

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

Shades of Deep Magenta #AD06B7

Tints of Deep Magenta #AD06B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.55%

R = 47.79%
G = 1.66%
B = 50.55%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD06B7 (or 0xAD06B7) is known color: Deep Magenta. HEX triplet: AD, 06 and B7. RGB value is (173,6,183). Sum of RGB (Red+Green+Blue) = 173+6+183=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 183 (71.88% from 255 or 50.55% from 362); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD06B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD06B7 is #52F948. Grayscale: #4B4B4B. Windows color (decimal): -5437769 or 11994797. OLE color: 11994797.

HSL color Cylindrical-coordinate representation of color #AD06B7: hue angle of 296.61º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD06B7 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 6 183 -
CMYK 0.05 0.97 0 0.28
HSL 296.61º 0.94% 0.37% -
HSV(B) 296.61º 0.97% 0.72% -
XYZ 25.85 12.43 45.84 -
YUV 76.11 188.33 197.11 -
System Red Green Blue C M Y K H S L
Decimal 173 6 183 0.05 0.97 0 0.28 296.61 0.94 0.37
Hex AD 6 B7 5 61 0 1C 129 5E 25
Octal 255 6 267 5 141 0 34 451 136 45
Binary 10101101 110 10110111 101 1100001 0 11100 100101001 1011110 100101

Color Harmonies of #AD06B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD06B7

Black with #AD06B7

Text Example


Text Example

White with #AD06B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD06B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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