#A960E0

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

Shades of Amethyst #A960E0

Tints of Amethyst #A960E0

Color information

#A960E0 (or 0xA960E0) is unknown color: approx Amethyst. HEX triplet: A9, 60 and E0. RGB value is (169,96,224). Sum of RGB (Red+Green+Blue) = 169+96+224=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #A960E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960E0 is #569F1F. Grayscale: #838383. Windows color (decimal): -5676832 or 14704809. OLE color: 14704809.

HSL color Cylindrical-coordinate representation of color #A960E0: hue angle of 274.22º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A960E0 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16996224-
CMYK0.250.5700.12
HSL274.22º67.37%62.75%-
HSV(B)274.22º57.14%87.84%-
XYZ3422.1873.01-
YUV132.42179.68154.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.56%
GREEN value IS 96 (37.89% from 255) = 19.63%
BLUE value IS 224 (87.89% from 255) = 45.81%
R=34.56%
G=19.63%
B=45.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal169962240.250.5700.12274.2267.3762.75
HexA960E019390C112433f
Octal251140340317101442210377
Binary1010100111000001110000011001111001011001000100101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A960E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A960E0; }

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

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

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

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

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

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

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

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