#A260D9

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

Shades of Amethyst #A260D9

Tints of Amethyst #A260D9

Color information

#A260D9 (or 0xA260D9) is unknown color: approx Amethyst. HEX triplet: A2, 60 and D9. RGB value is (162,96,217). Sum of RGB (Red+Green+Blue) = 162+96+217=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #A260D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260D9 is #5D9F26. Grayscale: #818181. Windows color (decimal): -6135591 or 14246050. OLE color: 14246050.

HSL color Cylindrical-coordinate representation of color #A260D9: hue angle of 272.73º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A260D9 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16296217-
CMYK0.250.5600.15
HSL272.73º61.42%61.37%-
HSV(B)272.73º55.76%85.1%-
XYZ31.6121.0668.04-
YUV129.53177.37151.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 96 (37.89% from 255) = 20.21%
BLUE value IS 217 (85.16% from 255) = 45.68%
R=34.11%
G=20.21%
B=45.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal162962170.250.5600.15272.7361.4261.37
HexA260D919380F1113d3d
Octal24214033131700174217575
Binary101000101100000110110011100111100001111100010001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A260D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A260D9; }

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

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

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

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

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

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

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

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