#A65ACD

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

Shades of Amethyst #A65ACD

Tints of Amethyst #A65ACD

Color information

#A65ACD (or 0xA65ACD) is unknown color: approx Amethyst. HEX triplet: A6, 5A and CD. RGB value is (166,90,205). Sum of RGB (Red+Green+Blue) = 166+90+205=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #A65ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ACD is #59A532. Grayscale: #7D7D7D. Windows color (decimal): -5874995 or 13458086. OLE color: 13458086.

HSL color Cylindrical-coordinate representation of color #A65ACD: hue angle of 279.65º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A65ACD is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16690205-
CMYK0.190.5600.20
HSL279.65º53.49%57.84%-
HSV(B)279.65º56.1%80.39%-
XYZ30.419.8359.98-
YUV125.83172.68156.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 90 (35.55% from 255) = 19.52%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=36.01%
G=19.52%
B=44.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166902050.190.5600.20279.6553.4957.84
HexA65ACD1338014118353a
Octal24613231523700244306572
Binary1010011010110101100110110011111000010100100011000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65ACD; }

 p { color: rgb(166,90,205); }

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

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

 a { background-color: rgb(166,90,205); }

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

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

 span { border-color: rgb(166,90,205); }

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