#A068CE

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

Shades of Amethyst #A068CE

Tints of Amethyst #A068CE

Color information

#A068CE (or 0xA068CE) is unknown color: approx Amethyst. HEX triplet: A0, 68 and CE. RGB value is (160,104,206). Sum of RGB (Red+Green+Blue) = 160+104+206=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #A068CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068CE is #5F9731. Grayscale: #848484. Windows color (decimal): -6264626 or 13527200. OLE color: 13527200.

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

Color convert

RGB160104206-
CMYK0.220.5000.19
HSL272.94º51%60.78%-
HSV(B)272.94º49.51%80.78%-
XYZ30.5921.8360.99-
YUV132.37169.55147.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 104 (41.02% from 255) = 22.13%
BLUE value IS 206 (80.86% from 255) = 43.83%
R=34.04%
G=22.13%
B=43.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601042060.220.5000.19272.945160.78
HexA068CE1632013111333d
Octal24015031626620234216375
Binary1010000011010001100111010110110010010011100010001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A068CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A068CE; }

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

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

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

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

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

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

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

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