Html Css Color HEX #AD08BE Deep Magenta

📋 copy color: '#AD08BE'

red 173 ◦ green 8 ◦ blue 190

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

Shades of Deep Magenta #AD08BE

Tints of Deep Magenta #AD08BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 46.63%
G = 2.16%
B = 51.21%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD08BE (or 0xAD08BE) is known color: Deep Magenta. HEX triplet: AD, 08 and BE. RGB value is (173,8,190). Sum of RGB (Red+Green+Blue) = 173+8+190=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD08BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08BE is #52F741. Grayscale: #4D4D4D. Windows color (decimal): -5437250 or 12454061. OLE color: 12454061.

HSL color Cylindrical-coordinate representation of color #AD08BE: hue angle of 294.4º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD08BE is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 8 190 -
CMYK 0.09 0.96 0 0.25
HSL 294.4º 0.92% 0.39% -
HSV(B) 294.4º 0.96% 0.75% -
XYZ 26.61 12.78 49.78 -
YUV 78.08 191.16 195.7 -
System Red Green Blue C M Y K H S L
Decimal 173 8 190 0.09 0.96 0 0.25 294.4 0.92 0.39
Hex AD 8 BE 9 60 0 19 126 5C 27
Octal 255 10 276 11 140 0 31 446 134 47
Binary 10101101 1000 10111110 1001 1100000 0 11001 100100110 1011100 100111

Color Harmonies of #AD08BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08BE

Black with #AD08BE

Text Example


Text Example

White with #AD08BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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