#A360C9

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

Shades of Amethyst #A360C9

Tints of Amethyst #A360C9

Color information

#A360C9 (or 0xA360C9) is unknown color: approx Amethyst. HEX triplet: A3, 60 and C9. RGB value is (163,96,201). Sum of RGB (Red+Green+Blue) = 163+96+201=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #A360C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360C9 is #5C9F36. Grayscale: #7F7F7F. Windows color (decimal): -6070071 or 13197475. OLE color: 13197475.

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

Color convert

RGB16396201-
CMYK0.190.5200.21
HSL278.29º49.3%58.24%-
HSV(B)278.29º52.24%78.82%-
XYZ29.8320.3757.62-
YUV128169.2152.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 96 (37.89% from 255) = 20.87%
BLUE value IS 201 (78.91% from 255) = 43.70%
R=35.43%
G=20.87%
B=43.70%

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
Decimal163962010.190.5200.21278.2949.358.24
HexA360C91334015116313a
Octal24314031123640254266172
Binary1010001111000001100100110011110100010101100010110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A360C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A360C9; }

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

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

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

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

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

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

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

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