Html Css Color HEX #A013AC Dark Magenta

📋 copy color: '#A013AC'

red 160 ◦ green 19 ◦ blue 172

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

Shades of Dark Magenta #A013AC

Tints of Dark Magenta #A013AC

RGB

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

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

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

R = 45.58%
G = 5.41%
B = 49%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A013AC (or 0xA013AC) is known color: Dark Magenta. HEX triplet: A0, 13 and AC. RGB value is (160,19,172). Sum of RGB (Red+Green+Blue) = 160+19+172=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #A013AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A013AC is #5FEC53. Grayscale: #4E4E4E. Windows color (decimal): -6286420 or 11277216. OLE color: 11277216.

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

Color convert

RGB 160 19 172 -
CMYK 0.07 0.89 0 0.33
HSL 295.29º 0.8% 0.37% -
HSV(B) 295.29º 0.89% 0.67% -
XYZ 22.18 10.92 39.97 -
YUV 78.6 180.71 186.06 -
System Red Green Blue C M Y K H S L
Decimal 160 19 172 0.07 0.89 0 0.33 295.29 0.8 0.37
Hex A0 13 AC 7 59 0 21 127 50 25
Octal 240 23 254 7 131 0 41 447 120 45
Binary 10100000 10011 10101100 111 1011001 0 100001 100100111 1010000 100101

Color Harmonies of #A013AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A013AC

Black with #A013AC

Text Example


Text Example

White with #A013AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A013AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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