Html Css Color HEX #A013AE Dark Magenta

📋 copy color: '#A013AE'

red 160 ◦ green 19 ◦ blue 174

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

Shades of Dark Magenta #A013AE

Tints of Dark Magenta #A013AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.38%

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

R = 45.33%
G = 5.38%
B = 49.29%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A013AE (or 0xA013AE) is known color: Dark Magenta. HEX triplet: A0, 13 and AE. RGB value is (160,19,174). Sum of RGB (Red+Green+Blue) = 160+19+174=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #A013AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A013AE is #5FEC51. Grayscale: #4E4E4E. Windows color (decimal): -6286418 or 11408288. OLE color: 11408288.

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

Color convert

RGB 160 19 174 -
CMYK 0.08 0.89 0 0.32
HSL 294.58º 0.8% 0.38% -
HSV(B) 294.58º 0.89% 0.68% -
XYZ 22.37 11 40.99 -
YUV 78.83 181.71 185.9 -
System Red Green Blue C M Y K H S L
Decimal 160 19 174 0.08 0.89 0 0.32 294.58 0.8 0.38
Hex A0 13 AE 8 59 0 20 127 50 26
Octal 240 23 256 10 131 0 40 447 120 46
Binary 10100000 10011 10101110 1000 1011001 0 100000 100100111 1010000 100110

Color Harmonies of #A013AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A013AE

Black with #A013AE

Text Example


Text Example

White with #A013AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A013AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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