Html Css Color HEX #A00DAE Dark Magenta

📋 copy color: '#A00DAE'

red 160 ◦ green 13 ◦ blue 174

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

Shades of Dark Magenta #A00DAE

Tints of Dark Magenta #A00DAE

RGB

 RED value IS 160 (62.89% from 255) = 46.11%

 GREEN value IS 13 (5.47% from 255) = 3.75%

 BLUE value IS 174 (68.36% from 255) = 50.14%

R = 46.11%
G = 3.75%
B = 50.14%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A00DAE (or 0xA00DAE) is known color: Dark Magenta. HEX triplet: A0, 0D and AE. RGB value is (160,13,174). Sum of RGB (Red+Green+Blue) = 160+13+174=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #A00DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00DAE is #5FF251. Grayscale: #4A4A4A. Windows color (decimal): -6287954 or 11406752. OLE color: 11406752.

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

Color convert

RGB 160 13 174 -
CMYK 0.08 0.93 0 0.32
HSL 294.78º 0.86% 0.37% -
HSV(B) 294.78º 0.93% 0.68% -
XYZ 22.28 10.82 40.96 -
YUV 75.31 183.7 188.41 -
System Red Green Blue C M Y K H S L
Decimal 160 13 174 0.08 0.93 0 0.32 294.78 0.86 0.37
Hex A0 D AE 8 5D 0 20 127 56 25
Octal 240 15 256 10 135 0 40 447 126 45
Binary 10100000 1101 10101110 1000 1011101 0 100000 100100111 1010110 100101

Color Harmonies of #A00DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00DAE

Black with #A00DAE

Text Example


Text Example

White with #A00DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00DAE; }

 p { color: rgb(160,13,174); }

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

background-color css

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

 a { background-color: rgb(160,13,174); }

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

border-color css

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

 span { border-color: rgb(160,13,174); }

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