#A11FA0

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

Shades of Dark Magenta #A11FA0

Tints of Dark Magenta #A11FA0

Color information

#A11FA0 (or 0xA11FA0) is unknown color: approx Dark Magenta. HEX triplet: A1, 1F and A0. RGB value is (161,31,160). Sum of RGB (Red+Green+Blue) = 161+31+160=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A11FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11FA0 is #5EE05F. Grayscale: #545454. Windows color (decimal): -6217824 or 10493857. OLE color: 10493857.

HSL color Cylindrical-coordinate representation of color #A11FA0: hue angle of 300.46º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11FA0 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16131160-
CMYK00.810.010.37
HSL300.46º67.71%37.65%-
HSV(B)300.46º80.75%63.14%-
XYZ21.5311.134.26-
YUV84.58170.57182.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 31 (12.5% from 255) = 8.81%
BLUE value IS 160 (62.89% from 255) = 45.45%
R=45.74%
G=8.81%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613116000.810.010.37300.4667.7137.65
HexA11FA005112512c4426
Octal24137240012114545410446
Binary1010000111111101000000101000111001011001011001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11FA0; }

 p { color: rgb(161,31,160); }

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

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

 a { background-color: rgb(161,31,160); }

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

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

 span { border-color: rgb(161,31,160); }

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