Html Css Color HEX #AD08BA Deep Magenta

📋 copy color: '#AD08BA'

red 173 ◦ green 8 ◦ blue 186

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

Shades of Deep Magenta #AD08BA

Tints of Deep Magenta #AD08BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 47.14%
G = 2.18%
B = 50.68%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD08BA (or 0xAD08BA) is known color: Deep Magenta. HEX triplet: AD, 08 and BA. RGB value is (173,8,186). Sum of RGB (Red+Green+Blue) = 173+8+186=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD08BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08BA is #52F745. Grayscale: #4D4D4D. Windows color (decimal): -5437254 or 12191917. OLE color: 12191917.

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

Color convert

RGB 173 8 186 -
CMYK 0.07 0.96 0 0.27
HSL 295.62º 0.92% 0.38% -
HSV(B) 295.62º 0.96% 0.73% -
XYZ 26.18 12.6 47.51 -
YUV 77.63 189.16 196.03 -
System Red Green Blue C M Y K H S L
Decimal 173 8 186 0.07 0.96 0 0.27 295.62 0.92 0.38
Hex AD 8 BA 7 60 0 1B 128 5C 26
Octal 255 10 272 7 140 0 33 450 134 46
Binary 10101101 1000 10111010 111 1100000 0 11011 100101000 1011100 100110

Color Harmonies of #AD08BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08BA

Black with #AD08BA

Text Example


Text Example

White with #AD08BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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