Html Css Color HEX #A012AE Dark Magenta

📋 copy color: '#A012AE'

red 160 ◦ green 18 ◦ blue 174

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

Shades of Dark Magenta #A012AE

Tints of Dark Magenta #A012AE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.11%

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

R = 45.45%
G = 5.11%
B = 49.43%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A012AE (or 0xA012AE) is known color: Dark Magenta. HEX triplet: A0, 12 and AE. RGB value is (160,18,174). Sum of RGB (Red+Green+Blue) = 160+18+174=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #A012AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A012AE is #5FED51. Grayscale: #4D4D4D. Windows color (decimal): -6286674 or 11408032. OLE color: 11408032.

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

Color convert

RGB 160 18 174 -
CMYK 0.08 0.90 0 0.32
HSL 294.62º 0.81% 0.38% -
HSV(B) 294.62º 0.9% 0.68% -
XYZ 22.35 10.96 40.98 -
YUV 78.24 182.04 186.32 -
System Red Green Blue C M Y K H S L
Decimal 160 18 174 0.08 0.90 0 0.32 294.62 0.81 0.38
Hex A0 12 AE 8 5A 0 20 127 51 26
Octal 240 22 256 10 132 0 40 447 121 46
Binary 10100000 10010 10101110 1000 1011010 0 100000 100100111 1010001 100110

Color Harmonies of #A012AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A012AE

Black with #A012AE

Text Example


Text Example

White with #A012AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A012AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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