#A160CE

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

Shades of Amethyst #A160CE

Tints of Amethyst #A160CE

Color information

#A160CE (or 0xA160CE) is unknown color: approx Amethyst. HEX triplet: A1, 60 and CE. RGB value is (161,96,206). Sum of RGB (Red+Green+Blue) = 161+96+206=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #A160CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A160CE is #5E9F31. Grayscale: #7F7F7F. Windows color (decimal): -6201138 or 13525153. OLE color: 13525153.

HSL color Cylindrical-coordinate representation of color #A160CE: hue angle of 275.45º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A160CE is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16196206-
CMYK0.220.5300.19
HSL275.45º52.88%59.22%-
HSV(B)275.45º53.4%80.78%-
XYZ30.0220.460.75-
YUV127.98172.03151.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 96 (37.89% from 255) = 20.73%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=34.77%
G=20.73%
B=44.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal161962060.220.5300.19275.4552.8859.22
HexA160CE1635013113353b
Octal24114031626650234236573
Binary1010000111000001100111010110110101010011100010011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A160CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A160CE; }

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

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

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

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

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

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

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

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