Html Css Color HEX #AD08BB Deep Magenta

📋 copy color: '#AD08BB'

red 173 ◦ green 8 ◦ blue 187

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

Shades of Deep Magenta #AD08BB

Tints of Deep Magenta #AD08BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.82%

R = 47.01%
G = 2.17%
B = 50.82%

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

#AD08BB (or 0xAD08BB) is known color: Deep Magenta. HEX triplet: AD, 08 and BB. RGB value is (173,8,187). Sum of RGB (Red+Green+Blue) = 173+8+187=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD08BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08BB is #52F744. Grayscale: #4D4D4D. Windows color (decimal): -5437253 or 12257453. OLE color: 12257453.

HSL color Cylindrical-coordinate representation of color #AD08BB: hue angle of 295.31º 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 #AD08BB is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 8 187 -
CMYK 0.07 0.96 0 0.27
HSL 295.31º 0.92% 0.38% -
HSV(B) 295.31º 0.96% 0.73% -
XYZ 26.29 12.65 48.07 -
YUV 77.74 189.66 195.95 -
System Red Green Blue C M Y K H S L
Decimal 173 8 187 0.07 0.96 0 0.27 295.31 0.92 0.38
Hex AD 8 BB 7 60 0 1B 127 5C 26
Octal 255 10 273 7 140 0 33 447 134 46
Binary 10101101 1000 10111011 111 1100000 0 11011 100100111 1011100 100110

Color Harmonies of #AD08BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08BB

Black with #AD08BB

Text Example


Text Example

White with #AD08BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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