Html Css Color HEX #AD0EBC Deep Magenta

📋 copy color: '#AD0EBC'

red 173 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #AD0EBC

Tints of Deep Magenta #AD0EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.73%

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 46.13%
G = 3.73%
B = 50.13%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD0EBC (or 0xAD0EBC) is known color: Deep Magenta. HEX triplet: AD, 0E and BC. RGB value is (173,14,188). Sum of RGB (Red+Green+Blue) = 173+14+188=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD0EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0EBC is #52F143. Grayscale: #505050. Windows color (decimal): -5435716 or 12324525. OLE color: 12324525.

HSL color Cylindrical-coordinate representation of color #AD0EBC: hue angle of 294.83º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0EBC is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 14 188 -
CMYK 0.08 0.93 0 0.26
HSL 294.83º 0.86% 0.4% -
HSV(B) 294.83º 0.93% 0.74% -
XYZ 26.47 12.83 48.66 -
YUV 81.38 188.18 193.35 -
System Red Green Blue C M Y K H S L
Decimal 173 14 188 0.08 0.93 0 0.26 294.83 0.86 0.4
Hex AD E BC 8 5D 0 1A 127 56 28
Octal 255 16 274 10 135 0 32 447 126 50
Binary 10101101 1110 10111100 1000 1011101 0 11010 100100111 1010110 101000

Color Harmonies of #AD0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0EBC

Black with #AD0EBC

Text Example


Text Example

White with #AD0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0EBC; }

 p { color: rgb(173,14,188); }

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

background-color css

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

 a { background-color: rgb(173,14,188); }

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

border-color css

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

 span { border-color: rgb(173,14,188); }

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