#A65CE9

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

Shades of Amethyst #A65CE9

Tints of Amethyst #A65CE9

Color information

#A65CE9 (or 0xA65CE9) is unknown color: approx Amethyst. HEX triplet: A6, 5C and E9. RGB value is (166,92,233). Sum of RGB (Red+Green+Blue) = 166+92+233=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 233 - color contains mainly: blue. Hex color #A65CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65CE9 is #59A316. Grayscale: #818181. Windows color (decimal): -5874455 or 15293606. OLE color: 15293606.

HSL color Cylindrical-coordinate representation of color #A65CE9: hue angle of 271.49º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A65CE9 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16692233-
CMYK0.290.6100.09
HSL271.49º76.22%63.73%-
HSV(B)271.49º60.52%91.37%-
XYZ34.2621.6479.46-
YUV130.2186.02153.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 92 (36.33% from 255) = 18.74%
BLUE value IS 233 (91.41% from 255) = 47.45%
R=33.81%
G=18.74%
B=47.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal166922330.290.6100.09271.4976.2263.73
HexA65CE91D3D0910f4c40
Octal2461343513575011417114100
Binary10100110101110011101001111011111010100110000111110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65CE9; }

 p { color: rgb(166,92,233); }

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

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

 a { background-color: rgb(166,92,233); }

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

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

 span { border-color: rgb(166,92,233); }

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