#A911AF

Color #A911AF Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #A911AF

Tints of Deep Magenta #A911AF

Color information

#A911AF (or 0xA911AF) is unknown color: approx Deep Magenta. HEX triplet: A9, 11 and AF. RGB value is (169,17,175). Sum of RGB (Red+Green+Blue) = 169+17+175=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #A911AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A911AF is #56EE50. Grayscale: #4F4F4F. Windows color (decimal): -5697105 or 11473321. OLE color: 11473321.

HSL color Cylindrical-coordinate representation of color #A911AF: hue angle of 297.72º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A911AF is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16917175-
CMYK0.030.9000.31
HSL297.72º82.29%37.65%-
HSV(B)297.72º90.29%68.63%-
XYZ24.311.9341.58-
YUV80.46181.36191.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.81%
GREEN value IS 17 (7.03% from 255) = 4.71%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=46.81%
G=4.71%
B=48.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169171750.030.9000.31297.7282.2937.65
HexA911AF35A01F12a5226
Octal25121257313203745212246
Binary1010100110001101011111110110100111111001010101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A911AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A911AF; }

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

 H1.HeaderClassName
 {
   color: #A911AF;
 }
 .AnyTagClassName
 {
   color: #A911AF;
 }
</style>
background-color css

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

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

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

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

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

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