Html Css Color HEX #A911AC Dark Magenta

📋 copy color: '#A911AC'

red 169 ◦ green 17 ◦ blue 172

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

Shades of Dark Magenta #A911AC

Tints of Dark Magenta #A911AC

RGB

 RED value IS 169 (66.41% from 255) = 47.21%

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

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

R = 47.21%
G = 4.75%
B = 48.04%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A911AC (or 0xA911AC) is known color: Dark Magenta. HEX triplet: A9, 11 and AC. RGB value is (169,17,172). Sum of RGB (Red+Green+Blue) = 169+17+172=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #A911AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A911AC is #56EE53. Grayscale: #4F4F4F. Windows color (decimal): -5697108 or 11276713. OLE color: 11276713.

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

Color convert

RGB 169 17 172 -
CMYK 0.02 0.90 0 0.33
HSL 298.84º 0.82% 0.37% -
HSV(B) 298.84º 0.9% 0.67% -
XYZ 24.01 11.81 40.04 -
YUV 80.12 179.86 191.4 -
System Red Green Blue C M Y K H S L
Decimal 169 17 172 0.02 0.90 0 0.33 298.84 0.82 0.37
Hex A9 11 AC 2 5A 0 21 12B 52 25
Octal 251 21 254 2 132 0 41 453 122 45
Binary 10101001 10001 10101100 10 1011010 0 100001 100101011 1010010 100101

Color Harmonies of #A911AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A911AC

Black with #A911AC

Text Example


Text Example

White with #A911AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A911AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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