#A65CDF

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

Shades of Amethyst #A65CDF

Tints of Amethyst #A65CDF

Color information

#A65CDF (or 0xA65CDF) is unknown color: approx Amethyst. HEX triplet: A6, 5C and DF. RGB value is (166,92,223). Sum of RGB (Red+Green+Blue) = 166+92+223=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #A65CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CDF is #59A320. Grayscale: #808080. Windows color (decimal): -5874465 or 14638246. OLE color: 14638246.

HSL color Cylindrical-coordinate representation of color #A65CDF: hue angle of 273.89º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A65CDF is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16692223-
CMYK0.260.5900.13
HSL273.89º67.18%61.76%-
HSV(B)273.89º58.74%87.45%-
XYZ32.8721.0972.15-
YUV129.06181.02154.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 92 (36.33% from 255) = 19.13%
BLUE value IS 223 (87.5% from 255) = 46.36%
R=34.51%
G=19.13%
B=46.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166922230.260.5900.13273.8967.1861.76
HexA65CDF1A3B0D112433e
Octal246134337327301542210376
Binary1010011010111001101111111010111011011011000100101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65CDF; }

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

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

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

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

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

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

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

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