#A160DD

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

Shades of Amethyst #A160DD

Tints of Amethyst #A160DD

Color information

#A160DD (or 0xA160DD) is unknown color: approx Amethyst. HEX triplet: A1, 60 and DD. RGB value is (161,96,221). Sum of RGB (Red+Green+Blue) = 161+96+221=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #A160DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A160DD is #5E9F22. Grayscale: #818181. Windows color (decimal): -6201123 or 14508193. OLE color: 14508193.

HSL color Cylindrical-coordinate representation of color #A160DD: hue angle of 271.2º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A160DD is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16196221-
CMYK0.270.5700.13
HSL271.2º64.77%62.16%-
HSV(B)271.2º56.56%86.67%-
XYZ31.9321.1670.81-
YUV129.68179.53150.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 96 (37.89% from 255) = 20.08%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=33.68%
G=20.08%
B=46.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161962210.270.5700.13271.264.7762.16
HexA160DD1B390D10f413e
Octal241140335337101541710176
Binary1010000111000001101110111011111001011011000011111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A160DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A160DD; }

 p { color: rgb(161,96,221); }

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

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

 a { background-color: rgb(161,96,221); }

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

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

 span { border-color: rgb(161,96,221); }

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