#A11A7B

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

Shades of Dark Purple #A11A7B

Tints of Dark Purple #A11A7B

Color information

#A11A7B (or 0xA11A7B) is unknown color: approx Dark Purple. HEX triplet: A1, 1A and 7B. RGB value is (161,26,123). Sum of RGB (Red+Green+Blue) = 161+26+123=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11A7B is #5EE584. Grayscale: #4D4D4D. Windows color (decimal): -6219141 or 8067745. OLE color: 8067745.

HSL color Cylindrical-coordinate representation of color #A11A7B: hue angle of 316.89º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A7B is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB16126123-
CMYK00.840.240.37
HSL316.89º72.19%36.67%-
HSV(B)316.89º83.85%63.14%-
XYZ18.649.7519.64-
YUV77.42153.73187.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.94%
GREEN value IS 26 (10.55% from 255) = 8.39%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=51.94%
G=8.39%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612612300.840.240.37316.8972.1936.67
HexA11A7B054182513d4825
Octal241321730124304547511045
Binary1010000111010111101101010100110001001011001111011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11A7B; }

 p { color: rgb(161,26,123); }

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

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

 a { background-color: rgb(161,26,123); }

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

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

 span { border-color: rgb(161,26,123); }

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