#A960CF

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

Shades of Amethyst #A960CF

Tints of Amethyst #A960CF

Color information

#A960CF (or 0xA960CF) is unknown color: approx Amethyst. HEX triplet: A9, 60 and CF. RGB value is (169,96,207). Sum of RGB (Red+Green+Blue) = 169+96+207=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #A960CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960CF is #569F30. Grayscale: #828282. Windows color (decimal): -5676849 or 13590697. OLE color: 13590697.

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

Color convert

RGB16996207-
CMYK0.180.5400.19
HSL279.46º53.62%59.41%-
HSV(B)279.46º53.62%81.18%-
XYZ31.8121.3161.47-
YUV130.48171.18155.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 96 (37.89% from 255) = 20.34%
BLUE value IS 207 (81.25% from 255) = 43.86%
R=35.81%
G=20.34%
B=43.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal169962070.180.5400.19279.4653.6259.41
HexA960CF1236013117363b
Octal25114031722660234276673
Binary1010100111000001100111110010110110010011100010111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A960CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A960CF; }

 p { color: rgb(169,96,207); }

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

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

 a { background-color: rgb(169,96,207); }

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

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

 span { border-color: rgb(169,96,207); }

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