#A260C9

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

Shades of Amethyst #A260C9

Tints of Amethyst #A260C9

Color information

#A260C9 (or 0xA260C9) is unknown color: approx Amethyst. HEX triplet: A2, 60 and C9. RGB value is (162,96,201). Sum of RGB (Red+Green+Blue) = 162+96+201=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 201 - color contains mainly: blue. Hex color #A260C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260C9 is #5D9F36. Grayscale: #7F7F7F. Windows color (decimal): -6135607 or 13197474. OLE color: 13197474.

HSL color Cylindrical-coordinate representation of color #A260C9: hue angle of 277.71º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A260C9 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16296201-
CMYK0.190.5200.21
HSL277.71º49.3%58.24%-
HSV(B)277.71º52.24%78.82%-
XYZ29.6320.2657.61-
YUV127.7169.37152.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 201 (78.91% from 255) = 43.79%
R=35.29%
G=20.92%
B=43.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162962010.190.5200.21277.7149.358.24
HexA260C91334015116313a
Octal24214031123640254266172
Binary1010001011000001100100110011110100010101100010110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A260C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A260C9; }

 p { color: rgb(162,96,201); }

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

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

 a { background-color: rgb(162,96,201); }

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

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

 span { border-color: rgb(162,96,201); }

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