#a11f77

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

Shades of Dark Purple #A11F77

Tints of Dark Purple #A11F77

Color information

#A11F77 (or 0xA11F77) is unknown color: approx Dark Purple. HEX triplet: A1, 1F and 77. RGB value is (161,31,119). Sum of RGB (Red+Green+Blue) = 161+31+119=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11F77 is #5EE088. Grayscale: #4F4F4F. Windows color (decimal): -6217865 or 7806881. OLE color: 7806881.

HSL color Cylindrical-coordinate representation of color #A11F77: hue angle of 319.38º 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 #A11F77 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB16131119-
CMYK00.810.260.37
HSL319.38º67.71%37.65%-
HSV(B)319.38º80.75%63.14%-
XYZ18.529.8918.39-
YUV79.9150.07185.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.77%
GREEN value IS 31 (12.5% from 255) = 9.97%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=51.77%
G=9.97%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613111900.810.260.37319.3867.7137.65
HexA11F770511A2513f4426
Octal241371670121324547710446
Binary1010000111111111011101010001110101001011001111111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a11f77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a11f77; }

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

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

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

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

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

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

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

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