Html Css Color HEX #AD08B8 Deep Magenta

📋 copy color: '#AD08B8'

red 173 ◦ green 8 ◦ blue 184

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

Shades of Deep Magenta #AD08B8

Tints of Deep Magenta #AD08B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 50.41%

R = 47.4%
G = 2.19%
B = 50.41%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD08B8 (or 0xAD08B8) is known color: Deep Magenta. HEX triplet: AD, 08 and B8. RGB value is (173,8,184). Sum of RGB (Red+Green+Blue) = 173+8+184=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 184 (72.27% from 255 or 50.41% from 365); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD08B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08B8 is #52F747. Grayscale: #4C4C4C. Windows color (decimal): -5437256 or 12060845. OLE color: 12060845.

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

Color convert

RGB 173 8 184 -
CMYK 0.06 0.96 0 0.28
HSL 296.25º 0.92% 0.38% -
HSV(B) 296.25º 0.96% 0.72% -
XYZ 25.97 12.52 46.39 -
YUV 77.4 188.16 196.19 -
System Red Green Blue C M Y K H S L
Decimal 173 8 184 0.06 0.96 0 0.28 296.25 0.92 0.38
Hex AD 8 B8 6 60 0 1C 128 5C 26
Octal 255 10 270 6 140 0 34 450 134 46
Binary 10101101 1000 10111000 110 1100000 0 11100 100101000 1011100 100110

Color Harmonies of #AD08B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08B8

Black with #AD08B8

Text Example


Text Example

White with #AD08B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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