#A65DD9

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

Shades of Amethyst #A65DD9

Tints of Amethyst #A65DD9

Color information

#A65DD9 (or 0xA65DD9) is unknown color: approx Amethyst. HEX triplet: A6, 5D and D9. RGB value is (166,93,217). Sum of RGB (Red+Green+Blue) = 166+93+217=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #A65DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DD9 is #59A226. Grayscale: #808080. Windows color (decimal): -5874215 or 14245286. OLE color: 14245286.

HSL color Cylindrical-coordinate representation of color #A65DD9: hue angle of 275.32º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A65DD9 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16693217-
CMYK0.240.5700.15
HSL275.32º62%60.78%-
HSV(B)275.32º57.14%85.1%-
XYZ32.1620.9567.99-
YUV128.96177.68154.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 93 (36.72% from 255) = 19.54%
BLUE value IS 217 (85.16% from 255) = 45.59%
R=34.87%
G=19.54%
B=45.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal166932170.240.5700.15275.326260.78
HexA65DD918390F1133e3d
Octal24613533130710174237675
Binary101001101011101110110011100011100101111100010011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65DD9; }

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

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

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

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

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

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

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

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