#A760CE

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

Shades of Amethyst #A760CE

Tints of Amethyst #A760CE

Color information

#A760CE (or 0xA760CE) is unknown color: approx Amethyst. HEX triplet: A7, 60 and CE. RGB value is (167,96,206). Sum of RGB (Red+Green+Blue) = 167+96+206=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #A760CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760CE is #589F31. Grayscale: #818181. Windows color (decimal): -5807922 or 13525159. OLE color: 13525159.

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

Color convert

RGB16796206-
CMYK0.190.5300.19
HSL278.73º52.88%59.22%-
HSV(B)278.73º53.4%80.78%-
XYZ31.2621.0460.81-
YUV129.77171.02154.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 96 (37.89% from 255) = 20.47%
BLUE value IS 206 (80.86% from 255) = 43.92%
R=35.61%
G=20.47%
B=43.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal167962060.190.5300.19278.7352.8859.22
HexA760CE1335013117353b
Octal24714031623650234276573
Binary1010011111000001100111010011110101010011100010111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A760CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A760CE; }

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

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

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

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

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

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

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

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