#A65ECB

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

Shades of Amethyst #A65ECB

Tints of Amethyst #A65ECB

Color information

#A65ECB (or 0xA65ECB) is unknown color: approx Amethyst. HEX triplet: A6, 5E and CB. RGB value is (166,94,203). Sum of RGB (Red+Green+Blue) = 166+94+203=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #A65ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ECB is #59A134. Grayscale: #7F7F7F. Windows color (decimal): -5873973 or 13328038. OLE color: 13328038.

HSL color Cylindrical-coordinate representation of color #A65ECB: hue angle of 279.63º degrees, saturation: 0.51, 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 #A65ECB is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16694203-
CMYK0.180.5400.20
HSL279.63º51.17%58.24%-
HSV(B)279.63º53.69%79.61%-
XYZ30.5120.4258.83-
YUV127.95170.35155.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 94 (37.11% from 255) = 20.30%
BLUE value IS 203 (79.69% from 255) = 43.84%
R=35.85%
G=20.30%
B=43.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166942030.180.5400.20279.6351.1758.24
HexA65ECB1236014118333a
Octal24613631322660244306372
Binary1010011010111101100101110010110110010100100011000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65ECB; }

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

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

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

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

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

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

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

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