Html Css Color HEX #A113AC Dark Magenta

📋 copy color: '#A113AC'

red 161 ◦ green 19 ◦ blue 172

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

Shades of Dark Magenta #A113AC

Tints of Dark Magenta #A113AC

RGB

 RED value IS 161 (63.28% from 255) = 45.74%

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

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

R = 45.74%
G = 5.4%
B = 48.86%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A113AC (or 0xA113AC) is known color: Dark Magenta. HEX triplet: A1, 13 and AC. RGB value is (161,19,172). Sum of RGB (Red+Green+Blue) = 161+19+172=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 19 (7.81% from 255 or 5.40% 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 #A113AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A113AC is #5EEC53. Grayscale: #4E4E4E. Windows color (decimal): -6220884 or 11277217. OLE color: 11277217.

HSL color Cylindrical-coordinate representation of color #A113AC: hue angle of 295.69º 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 #A113AC is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 19 172 -
CMYK 0.06 0.89 0 0.33
HSL 295.69º 0.8% 0.37% -
HSV(B) 295.69º 0.89% 0.67% -
XYZ 22.38 11.02 39.98 -
YUV 78.9 180.54 186.56 -
System Red Green Blue C M Y K H S L
Decimal 161 19 172 0.06 0.89 0 0.33 295.69 0.8 0.37
Hex A1 13 AC 6 59 0 21 128 50 25
Octal 241 23 254 6 131 0 41 450 120 45
Binary 10100001 10011 10101100 110 1011001 0 100001 100101000 1010000 100101

Color Harmonies of #A113AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A113AC

Black with #A113AC

Text Example


Text Example

White with #A113AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A113AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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