#A068C0

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

Shades of Amethyst #A068C0

Tints of Amethyst #A068C0

Color information

#A068C0 (or 0xA068C0) is unknown color: approx Amethyst. HEX triplet: A0, 68 and C0. RGB value is (160,104,192). Sum of RGB (Red+Green+Blue) = 160+104+192=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #A068C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068C0 is #5F973F. Grayscale: #828282. Windows color (decimal): -6264640 or 12609696. OLE color: 12609696.

HSL color Cylindrical-coordinate representation of color #A068C0: hue angle of 278.18º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A068C0 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160104192-
CMYK0.170.4600.25
HSL278.18º41.12%58.04%-
HSV(B)278.18º45.83%75.29%-
XYZ28.9621.1852.43-
YUV130.78162.55148.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 104 (41.02% from 255) = 22.81%
BLUE value IS 192 (75.39% from 255) = 42.11%
R=35.09%
G=22.81%
B=42.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601041920.170.4600.25278.1841.1258.04
HexA068C0112E019116293a
Octal24015030021560314265172
Binary1010000011010001100000010001101110011001100010110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A068C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A068C0; }

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

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

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

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

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

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

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

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