#A65ECC

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

Shades of Amethyst #A65ECC

Tints of Amethyst #A65ECC

Color information

#A65ECC (or 0xA65ECC) is unknown color: approx Amethyst. HEX triplet: A6, 5E and CC. RGB value is (166,94,204). Sum of RGB (Red+Green+Blue) = 166+94+204=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #A65ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ECC is #59A133. Grayscale: #7F7F7F. Windows color (decimal): -5873972 or 13393574. OLE color: 13393574.

HSL color Cylindrical-coordinate representation of color #A65ECC: hue angle of 279.27º 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 #A65ECC is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16694204-
CMYK0.190.5400.2
HSL279.27º51.89%58.43%-
HSV(B)279.27º53.92%80%-
XYZ30.6320.4759.46-
YUV128.07170.85155.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 94 (37.11% from 255) = 20.26%
BLUE value IS 204 (80.08% from 255) = 43.97%
R=35.78%
G=20.26%
B=43.97%

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
Decimal166942040.190.5400.2279.2751.8958.43
HexA65ECC1336014117343a
Octal24613631423660244276472
Binary1010011010111101100110010011110110010100100010111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65ECC; }

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

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

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

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

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

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

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

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