Html Css Color HEX #AD0EA6 Dark Magenta

📋 copy color: '#AD0EA6'

red 173 ◦ green 14 ◦ blue 166

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

Shades of Dark Magenta #AD0EA6

Tints of Dark Magenta #AD0EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.03%

R = 49.01%
G = 3.97%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD0EA6 (or 0xAD0EA6) is known color: Dark Magenta. HEX triplet: AD, 0E and A6. RGB value is (173,14,166). Sum of RGB (Red+Green+Blue) = 173+14+166=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0EA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0EA6 is #52F159. Grayscale: #4E4E4E. Windows color (decimal): -5435738 or 10882733. OLE color: 10882733.

HSL color Cylindrical-coordinate representation of color #AD0EA6: hue angle of 302.64º 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 #AD0EA6 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 14 166 -
CMYK 0 0.92 0.04 0.32
HSL 302.64º 0.85% 0.37% -
HSV(B) 302.64º 0.92% 0.68% -
XYZ 24.27 11.95 37.1 -
YUV 78.87 177.18 195.14 -
System Red Green Blue C M Y K H S L
Decimal 173 14 166 0 0.92 0.04 0.32 302.64 0.85 0.37
Hex AD E A6 0 5C 4 20 12F 55 25
Octal 255 16 246 0 134 4 40 457 125 45
Binary 10101101 1110 10100110 0 1011100 100 100000 100101111 1010101 100101

Color Harmonies of #AD0EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0EA6

Black with #AD0EA6

Text Example


Text Example

White with #AD0EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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