#A366CF

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

Shades of Amethyst #A366CF

Tints of Amethyst #A366CF

Color information

#A366CF (or 0xA366CF) is unknown color: approx Amethyst. HEX triplet: A3, 66 and CF. RGB value is (163,102,207). Sum of RGB (Red+Green+Blue) = 163+102+207=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #A366CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366CF is #5C9930. Grayscale: #838383. Windows color (decimal): -6068529 or 13592227. OLE color: 13592227.

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

Color convert

RGB163102207-
CMYK0.210.5100.19
HSL274.86º52.24%60.59%-
HSV(B)274.86º50.72%81.18%-
XYZ31.1221.7961.6-
YUV132.21170.21149.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.53%
GREEN value IS 102 (40.23% from 255) = 21.61%
BLUE value IS 207 (81.25% from 255) = 43.86%
R=34.53%
G=21.61%
B=43.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631022070.210.5100.19274.8652.2460.59
HexA366CF1533013113343d
Octal24314631725630234236475
Binary1010001111001101100111110101110011010011100010011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A366CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A366CF; }

 p { color: rgb(163,102,207); }

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

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

 a { background-color: rgb(163,102,207); }

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

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

 span { border-color: rgb(163,102,207); }

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