#A12177

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

Shades of Dark Purple #A12177

Tints of Dark Purple #A12177

Color information

#A12177 (or 0xA12177) is unknown color: approx Dark Purple. HEX triplet: A1, 21 and 77. RGB value is (161,33,119). Sum of RGB (Red+Green+Blue) = 161+33+119=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A12177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12177 is #5EDE88. Grayscale: #505050. Windows color (decimal): -6217353 or 7807393. OLE color: 7807393.

HSL color Cylindrical-coordinate representation of color #A12177: hue angle of 319.69º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12177 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB16133119-
CMYK00.800.260.37
HSL319.69º65.98%38.04%-
HSV(B)319.69º79.5%63.14%-
XYZ18.571018.4-
YUV81.08149.41185.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.44%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=51.44%
G=10.54%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613311900.800.260.37319.6965.9838.04
HexA121770501A251404226
Octal241411670120324550010246
Binary10100001100001111011101010000110101001011010000001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12177; }

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

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

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

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

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

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

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

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