Html Css Color HEX #AD0EAA Deep Magenta

📋 copy color: '#AD0EAA'

red 173 ◦ green 14 ◦ blue 170

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

Shades of Deep Magenta #AD0EAA

Tints of Deep Magenta #AD0EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.62%

R = 48.46%
G = 3.92%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD0EAA (or 0xAD0EAA) is known color: Deep Magenta. HEX triplet: AD, 0E and AA. RGB value is (173,14,170). Sum of RGB (Red+Green+Blue) = 173+14+170=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0EAA is #52F155. Grayscale: #4E4E4E. Windows color (decimal): -5435734 or 11144877. OLE color: 11144877.

HSL color Cylindrical-coordinate representation of color #AD0EAA: hue angle of 301.13º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0EAA is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 14 170 -
CMYK 0 0.92 0.02 0.32
HSL 301.13º 0.85% 0.37% -
HSV(B) 301.13º 0.92% 0.68% -
XYZ 24.65 12.1 39.07 -
YUV 79.33 179.18 194.82 -
System Red Green Blue C M Y K H S L
Decimal 173 14 170 0 0.92 0.02 0.32 301.13 0.85 0.37
Hex AD E AA 0 5C 2 20 12D 55 25
Octal 255 16 252 0 134 2 40 455 125 45
Binary 10101101 1110 10101010 0 1011100 10 100000 100101101 1010101 100101

Color Harmonies of #AD0EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0EAA

Black with #AD0EAA

Text Example


Text Example

White with #AD0EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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