Html Css Color HEX #A014AC Dark Magenta

📋 copy color: '#A014AC'

red 160 ◦ green 20 ◦ blue 172

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

Shades of Dark Magenta #A014AC

Tints of Dark Magenta #A014AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 45.45%
G = 5.68%
B = 48.86%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A014AC (or 0xA014AC) is known color: Dark Magenta. HEX triplet: A0, 14 and AC. RGB value is (160,20,172). Sum of RGB (Red+Green+Blue) = 160+20+172=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #A014AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A014AC is #5FEB53. Grayscale: #4E4E4E. Windows color (decimal): -6286164 or 11277472. OLE color: 11277472.

HSL color Cylindrical-coordinate representation of color #A014AC: hue angle of 295.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A014AC is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 20 172 -
CMYK 0.07 0.88 0 0.33
HSL 295.26º 0.79% 0.38% -
HSV(B) 295.26º 0.88% 0.67% -
XYZ 22.19 10.95 39.97 -
YUV 79.19 180.38 185.64 -
System Red Green Blue C M Y K H S L
Decimal 160 20 172 0.07 0.88 0 0.33 295.26 0.79 0.38
Hex A0 14 AC 7 58 0 21 127 4F 26
Octal 240 24 254 7 130 0 41 447 117 46
Binary 10100000 10100 10101100 111 1011000 0 100001 100100111 1001111 100110

Color Harmonies of #A014AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014AC

Black with #A014AC

Text Example


Text Example

White with #A014AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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