#A1168A

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

Shades of Dark Purple #A1168A

Tints of Dark Purple #A1168A

Color information

#A1168A (or 0xA1168A) is unknown color: approx Dark Purple. HEX triplet: A1, 16 and 8A. RGB value is (161,22,138). Sum of RGB (Red+Green+Blue) = 161+22+138=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1168A is #5EE975. Grayscale: #4C4C4C. Windows color (decimal): -6220150 or 9049761. OLE color: 9049761.

HSL color Cylindrical-coordinate representation of color #A1168A: hue angle of 309.93º degrees, saturation: 0.76, 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 #A1168A is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16122138-
CMYK00.860.140.37
HSL309.93º75.96%35.88%-
HSV(B)309.93º86.34%63.14%-
XYZ19.579.9924.94-
YUV76.78162.55188.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.16%
GREEN value IS 22 (8.98% from 255) = 6.85%
BLUE value IS 138 (54.30% from 255) = 42.99%
R=50.16%
G=6.85%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612213800.860.140.37309.9375.9635.88
HexA1168A056E251364c24
Octal241262120126164546611444
Binary1010000110110100010100101011011101001011001101101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1168A; }

 p { color: rgb(161,22,138); }

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

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

 a { background-color: rgb(161,22,138); }

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

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

 span { border-color: rgb(161,22,138); }

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