#A1177B

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

Shades of Dark Purple #A1177B

Tints of Dark Purple #A1177B

Color information

#A1177B (or 0xA1177B) is unknown color: approx Dark Purple. HEX triplet: A1, 17 and 7B. RGB value is (161,23,123). Sum of RGB (Red+Green+Blue) = 161+23+123=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A1177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1177B is #5EE884. Grayscale: #4B4B4B. Windows color (decimal): -6219909 or 8066977. OLE color: 8066977.

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

Color convert

RGB16123123-
CMYK00.860.240.37
HSL316.52º75%36.08%-
HSV(B)316.52º85.71%63.14%-
XYZ18.589.6219.62-
YUV75.66154.72188.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.44%
GREEN value IS 23 (9.38% from 255) = 7.49%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=52.44%
G=7.49%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612312300.860.240.37316.527536.08
HexA1177B056182513d4b24
Octal241271730126304547511344
Binary1010000110111111101101010110110001001011001111011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1177B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1177B; }

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

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

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

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

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

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

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

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