#A260CA

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

Shades of Amethyst #A260CA

Tints of Amethyst #A260CA

Color information

#A260CA (or 0xA260CA) is unknown color: approx Amethyst. HEX triplet: A2, 60 and CA. RGB value is (162,96,202). Sum of RGB (Red+Green+Blue) = 162+96+202=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #A260CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260CA is #5D9F35. Grayscale: #7F7F7F. Windows color (decimal): -6135606 or 13263010. OLE color: 13263010.

HSL color Cylindrical-coordinate representation of color #A260CA: hue angle of 277.36º degrees, saturation: 0.5, 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 #A260CA is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16296202-
CMYK0.200.5200.21
HSL277.36º50%58.43%-
HSV(B)277.36º52.48%79.22%-
XYZ29.7420.3158.23-
YUV127.82169.87152.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 96 (37.89% from 255) = 20.87%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=35.22%
G=20.87%
B=43.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162962020.200.5200.21277.365058.43
HexA260CA1434015115323a
Octal24214031224640254256272
Binary1010001011000001100101010100110100010101100010101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A260CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A260CA; }

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

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

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

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

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

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

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

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