Html Css Color HEX #A911AB Dark Magenta

📋 copy color: '#A911AB'

red 169 ◦ green 17 ◦ blue 171

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

Shades of Dark Magenta #A911AB

Tints of Dark Magenta #A911AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.9%

R = 47.34%
G = 4.76%
B = 47.9%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A911AB (or 0xA911AB) is known color: Dark Magenta. HEX triplet: A9, 11 and AB. RGB value is (169,17,171). Sum of RGB (Red+Green+Blue) = 169+17+171=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #A911AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A911AB is #56EE54. Grayscale: #4F4F4F. Windows color (decimal): -5697109 or 11211177. OLE color: 11211177.

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

Color convert

RGB 169 17 171 -
CMYK 0.01 0.90 0 0.33
HSL 299.22º 0.82% 0.37% -
HSV(B) 299.22º 0.9% 0.67% -
XYZ 23.91 11.78 39.54 -
YUV 80 179.36 191.48 -
System Red Green Blue C M Y K H S L
Decimal 169 17 171 0.01 0.90 0 0.33 299.22 0.82 0.37
Hex A9 11 AB 1 5A 0 21 12B 52 25
Octal 251 21 253 1 132 0 41 453 122 45
Binary 10101001 10001 10101011 1 1011010 0 100001 100101011 1010010 100101

Color Harmonies of #A911AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A911AB

Black with #A911AB

Text Example


Text Example

White with #A911AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A911AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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