#A068C1

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

Shades of Amethyst #A068C1

Tints of Amethyst #A068C1

Color information

#A068C1 (or 0xA068C1) is unknown color: approx Amethyst. HEX triplet: A0, 68 and C1. RGB value is (160,104,193). Sum of RGB (Red+Green+Blue) = 160+104+193=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #A068C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068C1 is #5F973E. Grayscale: #828282. Windows color (decimal): -6264639 or 12675232. OLE color: 12675232.

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

Color convert

RGB160104193-
CMYK0.170.4600.24
HSL277.75º41.78%58.24%-
HSV(B)277.75º46.11%75.69%-
XYZ29.0721.2253.02-
YUV130.89163.05148.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 104 (41.02% from 255) = 22.76%
BLUE value IS 193 (75.78% from 255) = 42.23%
R=35.01%
G=22.76%
B=42.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601041930.170.4600.24277.7541.7858.24
HexA068C1112E0181162a3a
Octal24015030121560304265272
Binary1010000011010001100000110001101110011000100010110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A068C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A068C1; }

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

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

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

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

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

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

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

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