#A06CCE

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

Shades of Amethyst #A06CCE

Tints of Amethyst #A06CCE

Color information

#A06CCE (or 0xA06CCE) is unknown color: approx Amethyst. HEX triplet: A0, 6C and CE. RGB value is (160,108,206). Sum of RGB (Red+Green+Blue) = 160+108+206=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #A06CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CCE is #5F9331. Grayscale: #868686. Windows color (decimal): -6263602 or 13528224. OLE color: 13528224.

HSL color Cylindrical-coordinate representation of color #A06CCE: hue angle of 271.84º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A06CCE is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160108206-
CMYK0.220.4800.19
HSL271.84º50%61.57%-
HSV(B)271.84º47.57%80.78%-
XYZ3122.6561.13-
YUV134.72168.23146.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 108 (42.58% from 255) = 22.78%
BLUE value IS 206 (80.86% from 255) = 43.46%
R=33.76%
G=22.78%
B=43.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601082060.220.4800.19271.845061.57
HexA06CCE1630013110323e
Octal24015431626600234206276
Binary1010000011011001100111010110110000010011100010000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CCE; }

 p { color: rgb(160,108,206); }

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

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

 a { background-color: rgb(160,108,206); }

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

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

 span { border-color: rgb(160,108,206); }

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