Html Css Color HEX #AD0EBA Deep Magenta

📋 copy color: '#AD0EBA'

red 173 ◦ green 14 ◦ blue 186

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

Shades of Deep Magenta #AD0EBA

Tints of Deep Magenta #AD0EBA

RGB

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

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

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

R = 46.38%
G = 3.75%
B = 49.87%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD0EBA (or 0xAD0EBA) is known color: Deep Magenta. HEX triplet: AD, 0E and BA. RGB value is (173,14,186). Sum of RGB (Red+Green+Blue) = 173+14+186=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD0EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0EBA is #52F145. Grayscale: #505050. Windows color (decimal): -5435718 or 12193453. OLE color: 12193453.

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

Color convert

RGB 173 14 186 -
CMYK 0.07 0.92 0 0.27
HSL 295.47º 0.86% 0.39% -
HSV(B) 295.47º 0.92% 0.73% -
XYZ 26.25 12.74 47.53 -
YUV 81.15 187.18 193.51 -
System Red Green Blue C M Y K H S L
Decimal 173 14 186 0.07 0.92 0 0.27 295.47 0.86 0.39
Hex AD E BA 7 5C 0 1B 127 56 27
Octal 255 16 272 7 134 0 33 447 126 47
Binary 10101101 1110 10111010 111 1011100 0 11011 100100111 1010110 100111

Color Harmonies of #AD0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0EBA

Black with #AD0EBA

Text Example


Text Example

White with #AD0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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