#A964E3

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

Shades of Amethyst #A964E3

Tints of Amethyst #A964E3

Color information

#A964E3 (or 0xA964E3) is unknown color: approx Amethyst. HEX triplet: A9, 64 and E3. RGB value is (169,100,227). Sum of RGB (Red+Green+Blue) = 169+100+227=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 227 (89.06% from 255 or 45.77% from 496); Max value from RGB is 227 - color contains mainly: blue. Hex color #A964E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A964E3 is #569B1C. Grayscale: #868686. Windows color (decimal): -5675805 or 14902441. OLE color: 14902441.

HSL color Cylindrical-coordinate representation of color #A964E3: hue angle of 272.6º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A964E3 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB169100227-
CMYK0.260.5600.11
HSL272.6º69.4%64.12%-
HSV(B)272.6º55.95%89.02%-
XYZ34.7823.175.3-
YUV135.11179.86152.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 100 (39.45% from 255) = 20.16%
BLUE value IS 227 (89.06% from 255) = 45.77%
R=34.07%
G=20.16%
B=45.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691002270.260.5600.11272.669.464.12
HexA964E31A380B1114540
Octal2511443433270013421105100
Binary10101001110010011100011110101110000101110001000110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A964E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A964E3; }

 p { color: rgb(169,100,227); }

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

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

 a { background-color: rgb(169,100,227); }

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

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

 span { border-color: rgb(169,100,227); }

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