Html Css Color HEX #AD08B7 Deep Magenta

📋 copy color: '#AD08B7'

red 173 ◦ green 8 ◦ blue 183

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

Shades of Deep Magenta #AD08B7

Tints of Deep Magenta #AD08B7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.2%

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

R = 47.53%
G = 2.2%
B = 50.27%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD08B7 (or 0xAD08B7) is known color: Deep Magenta. HEX triplet: AD, 08 and B7. RGB value is (173,8,183). Sum of RGB (Red+Green+Blue) = 173+8+183=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD08B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08B7 is #52F748. Grayscale: #4C4C4C. Windows color (decimal): -5437257 or 11995309. OLE color: 11995309.

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

Color convert

RGB 173 8 183 -
CMYK 0.05 0.96 0 0.28
HSL 296.57º 0.92% 0.37% -
HSV(B) 296.57º 0.96% 0.72% -
XYZ 25.87 12.48 45.84 -
YUV 77.29 187.66 196.27 -
System Red Green Blue C M Y K H S L
Decimal 173 8 183 0.05 0.96 0 0.28 296.57 0.92 0.37
Hex AD 8 B7 5 60 0 1C 129 5C 25
Octal 255 10 267 5 140 0 34 451 134 45
Binary 10101101 1000 10110111 101 1100000 0 11100 100101001 1011100 100101

Color Harmonies of #AD08B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08B7

Black with #AD08B7

Text Example


Text Example

White with #AD08B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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