Html Css Color HEX #A014AE Dark Magenta

📋 copy color: '#A014AE'

red 160 ◦ green 20 ◦ blue 174

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

Shades of Dark Magenta #A014AE

Tints of Dark Magenta #A014AE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.65%

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

R = 45.2%
G = 5.65%
B = 49.15%

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

#A014AE (or 0xA014AE) is known color: Dark Magenta. HEX triplet: A0, 14 and AE. RGB value is (160,20,174). Sum of RGB (Red+Green+Blue) = 160+20+174=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #A014AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A014AE is #5FEB51. Grayscale: #4E4E4E. Windows color (decimal): -6286162 or 11408544. OLE color: 11408544.

HSL color Cylindrical-coordinate representation of color #A014AE: hue angle of 294.55º degrees, saturation: 0.79, 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 #A014AE is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 20 174 -
CMYK 0.08 0.89 0 0.32
HSL 294.55º 0.79% 0.38% -
HSV(B) 294.55º 0.89% 0.68% -
XYZ 22.39 11.03 40.99 -
YUV 79.42 181.38 185.48 -
System Red Green Blue C M Y K H S L
Decimal 160 20 174 0.08 0.89 0 0.32 294.55 0.79 0.38
Hex A0 14 AE 8 59 0 20 127 4F 26
Octal 240 24 256 10 131 0 40 447 117 46
Binary 10100000 10100 10101110 1000 1011001 0 100000 100100111 1001111 100110

Color Harmonies of #A014AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014AE

Black with #A014AE

Text Example


Text Example

White with #A014AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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