Html Css Color HEX #A311AC Dark Magenta

📋 copy color: '#A311AC'

red 163 ◦ green 17 ◦ blue 172

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

Shades of Dark Magenta #A311AC

Tints of Dark Magenta #A311AC

RGB

 RED value IS 163 (64.06% from 255) = 46.31%

 GREEN value IS 17 (7.03% from 255) = 4.83%

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

R = 46.31%
G = 4.83%
B = 48.86%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A311AC (or 0xA311AC) is known color: Dark Magenta. HEX triplet: A3, 11 and AC. RGB value is (163,17,172). Sum of RGB (Red+Green+Blue) = 163+17+172=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 17 (7.03% from 255 or 4.83% 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 #A311AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A311AC is #5CEE53. Grayscale: #4D4D4D. Windows color (decimal): -6090324 or 11276707. OLE color: 11276707.

HSL color Cylindrical-coordinate representation of color #A311AC: hue angle of 296.52º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A311AC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 17 172 -
CMYK 0.05 0.90 0 0.33
HSL 296.52º 0.82% 0.37% -
HSV(B) 296.52º 0.9% 0.67% -
XYZ 22.75 11.17 39.99 -
YUV 78.32 180.87 188.4 -
System Red Green Blue C M Y K H S L
Decimal 163 17 172 0.05 0.90 0 0.33 296.52 0.82 0.37
Hex A3 11 AC 5 5A 0 21 129 52 25
Octal 243 21 254 5 132 0 41 451 122 45
Binary 10100011 10001 10101100 101 1011010 0 100001 100101001 1010010 100101

Color Harmonies of #A311AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A311AC

Black with #A311AC

Text Example


Text Example

White with #A311AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A311AC; }

 p { color: rgb(163,17,172); }

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

background-color css

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

 a { background-color: rgb(163,17,172); }

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

border-color css

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

 span { border-color: rgb(163,17,172); }

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