#A65CEC

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

Shades of Amethyst #A65CEC

Tints of Amethyst #A65CEC

Color information

#A65CEC (or 0xA65CEC) is unknown color: approx Amethyst. HEX triplet: A6, 5C and EC. RGB value is (166,92,236). Sum of RGB (Red+Green+Blue) = 166+92+236=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #A65CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65CEC is #59A313. Grayscale: #828282. Windows color (decimal): -5874452 or 15490214. OLE color: 15490214.

HSL color Cylindrical-coordinate representation of color #A65CEC: hue angle of 270.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A65CEC is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16692236-
CMYK0.300.6100.07
HSL270.83º79.12%64.31%-
HSV(B)270.83º61.02%92.55%-
XYZ34.6921.8281.74-
YUV130.54187.52153.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 92 (36.33% from 255) = 18.62%
BLUE value IS 236 (92.58% from 255) = 47.77%
R=33.60%
G=18.62%
B=47.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal166922360.300.6100.07270.8379.1264.31
HexA65CEC1E3D0710f4f40
Octal246134354367507417117100
Binary1010011010111001110110011110111101011110000111110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65CEC; }

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

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

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

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

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

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

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

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