#A65DCC

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

Shades of Amethyst #A65DCC

Tints of Amethyst #A65DCC

Color information

#A65DCC (or 0xA65DCC) is unknown color: approx Amethyst. HEX triplet: A6, 5D and CC. RGB value is (166,93,204). Sum of RGB (Red+Green+Blue) = 166+93+204=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #A65DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DCC is #59A233. Grayscale: #7F7F7F. Windows color (decimal): -5874228 or 13393318. OLE color: 13393318.

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

Color convert

RGB16693204-
CMYK0.190.5400.2
HSL279.46º52.11%58.24%-
HSV(B)279.46º54.41%80%-
XYZ30.5420.359.43-
YUV127.48171.18155.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 93 (36.72% from 255) = 20.09%
BLUE value IS 204 (80.08% from 255) = 44.06%
R=35.85%
G=20.09%
B=44.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal166932040.190.5400.2279.4652.1158.24
HexA65DCC1336014117343a
Octal24613531423660244276472
Binary1010011010111011100110010011110110010100100010111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65DCC; }

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

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

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

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

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

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

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

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