#A65DDE

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

Shades of Amethyst #A65DDE

Tints of Amethyst #A65DDE

Color information

#A65DDE (or 0xA65DDE) is unknown color: approx Amethyst. HEX triplet: A6, 5D and DE. RGB value is (166,93,222). Sum of RGB (Red+Green+Blue) = 166+93+222=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #A65DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DDE is #59A221. Grayscale: #818181. Windows color (decimal): -5874210 or 14572966. OLE color: 14572966.

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

Color convert

RGB16693222-
CMYK0.250.5800.13
HSL273.95º66.15%61.76%-
HSV(B)273.95º58.11%87.06%-
XYZ32.8321.2171.47-
YUV129.53180.18154.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 93 (36.72% from 255) = 19.33%
BLUE value IS 222 (87.11% from 255) = 46.15%
R=34.51%
G=19.33%
B=46.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166932220.250.5800.13273.9566.1561.76
HexA65DDE193A0D112423e
Octal246135336317201542210276
Binary1010011010111011101111011001111010011011000100101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65DDE; }

 p { color: rgb(166,93,222); }

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

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

 a { background-color: rgb(166,93,222); }

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

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

 span { border-color: rgb(166,93,222); }

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