Html Css Color HEX #AD0EBE Deep Magenta

📋 copy color: '#AD0EBE'

red 173 ◦ green 14 ◦ blue 190

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

Shades of Deep Magenta #AD0EBE

Tints of Deep Magenta #AD0EBE

RGB

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

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

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

R = 45.89%
G = 3.71%
B = 50.4%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD0EBE (or 0xAD0EBE) is known color: Deep Magenta. HEX triplet: AD, 0E and BE. RGB value is (173,14,190). Sum of RGB (Red+Green+Blue) = 173+14+190=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD0EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0EBE is #52F141. Grayscale: #515151. Windows color (decimal): -5435714 or 12455597. OLE color: 12455597.

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

Color convert

RGB 173 14 190 -
CMYK 0.09 0.93 0 0.25
HSL 294.2º 0.86% 0.4% -
HSV(B) 294.2º 0.93% 0.75% -
XYZ 26.68 12.92 49.8 -
YUV 81.61 189.18 193.19 -
System Red Green Blue C M Y K H S L
Decimal 173 14 190 0.09 0.93 0 0.25 294.2 0.86 0.4
Hex AD E BE 9 5D 0 19 126 56 28
Octal 255 16 276 11 135 0 31 446 126 50
Binary 10101101 1110 10111110 1001 1011101 0 11001 100100110 1010110 101000

Color Harmonies of #AD0EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0EBE

Black with #AD0EBE

Text Example


Text Example

White with #AD0EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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