#A060CE

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

Shades of Amethyst #A060CE

Tints of Amethyst #A060CE

Color information

#A060CE (or 0xA060CE) is unknown color: approx Amethyst. HEX triplet: A0, 60 and CE. RGB value is (160,96,206). Sum of RGB (Red+Green+Blue) = 160+96+206=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #A060CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060CE is #5F9F31. Grayscale: #7F7F7F. Windows color (decimal): -6266674 or 13525152. OLE color: 13525152.

HSL color Cylindrical-coordinate representation of color #A060CE: hue angle of 274.91º 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 #A060CE is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16096206-
CMYK0.220.5300.19
HSL274.91º52.88%59.22%-
HSV(B)274.91º53.4%80.78%-
XYZ29.8220.360.74-
YUV127.68172.2151.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 96 (37.89% from 255) = 20.78%
BLUE value IS 206 (80.86% from 255) = 44.59%
R=34.63%
G=20.78%
B=44.59%

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
Decimal160962060.220.5300.19274.9152.8859.22
HexA060CE1635013113353b
Octal24014031626650234236573
Binary1010000011000001100111010110110101010011100010011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A060CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A060CE; }

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

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

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

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

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

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

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

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