Html Css Color HEX #AD08B5 Deep Magenta

📋 copy color: '#AD08B5'

red 173 ◦ green 8 ◦ blue 181

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

Shades of Deep Magenta #AD08B5

Tints of Deep Magenta #AD08B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50%

R = 47.79%
G = 2.21%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD08B5 (or 0xAD08B5) is known color: Deep Magenta. HEX triplet: AD, 08 and B5. RGB value is (173,8,181). Sum of RGB (Red+Green+Blue) = 173+8+181=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD08B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08B5 is #52F74A. Grayscale: #4C4C4C. Windows color (decimal): -5437259 or 11864237. OLE color: 11864237.

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

Color convert

RGB 173 8 181 -
CMYK 0.04 0.96 0 0.29
HSL 297.23º 0.92% 0.37% -
HSV(B) 297.23º 0.96% 0.71% -
XYZ 25.66 12.39 44.76 -
YUV 77.06 186.66 196.43 -
System Red Green Blue C M Y K H S L
Decimal 173 8 181 0.04 0.96 0 0.29 297.23 0.92 0.37
Hex AD 8 B5 4 60 0 1D 129 5C 25
Octal 255 10 265 4 140 0 35 451 134 45
Binary 10101101 1000 10110101 100 1100000 0 11101 100101001 1011100 100101

Color Harmonies of #AD08B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08B5

Black with #AD08B5

Text Example


Text Example

White with #AD08B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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