#A65BEC

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

Shades of Amethyst #A65BEC

Tints of Amethyst #A65BEC

Color information

#A65BEC (or 0xA65BEC) is unknown color: approx Amethyst. HEX triplet: A6, 5B and EC. RGB value is (166,91,236). Sum of RGB (Red+Green+Blue) = 166+91+236=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #A65BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65BEC is #59A413. Grayscale: #818181. Windows color (decimal): -5874708 or 15489958. OLE color: 15489958.

HSL color Cylindrical-coordinate representation of color #A65BEC: hue angle of 271.03º 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 #A65BEC is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16691236-
CMYK0.300.6100.07
HSL271.03º79.23%64.12%-
HSV(B)271.03º61.44%92.55%-
XYZ34.6121.6581.71-
YUV129.95187.85153.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 91 (35.94% from 255) = 18.46%
BLUE value IS 236 (92.58% from 255) = 47.87%
R=33.67%
G=18.46%
B=47.87%

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
Decimal166912360.300.6100.07271.0379.2364.12
HexA65BEC1E3D0710f4f40
Octal246133354367507417117100
Binary1010011010110111110110011110111101011110000111110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65BEC; }

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

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

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

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

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

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

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

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