#A068DE

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

Shades of Amethyst #A068DE

Tints of Amethyst #A068DE

Color information

#A068DE (or 0xA068DE) is unknown color: approx Amethyst. HEX triplet: A0, 68 and DE. RGB value is (160,104,222). Sum of RGB (Red+Green+Blue) = 160+104+222=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #A068DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068DE is #5F9721. Grayscale: #858585. Windows color (decimal): -6264610 or 14575776. OLE color: 14575776.

HSL color Cylindrical-coordinate representation of color #A068DE: hue angle of 268.47º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A068DE is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160104222-
CMYK0.280.5300.13
HSL268.47º64.13%63.92%-
HSV(B)268.47º53.15%87.06%-
XYZ32.6322.6571.76-
YUV134.2177.55146.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.92%
GREEN value IS 104 (41.02% from 255) = 21.40%
BLUE value IS 222 (87.11% from 255) = 45.68%
R=32.92%
G=21.40%
B=45.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601042220.280.5300.13268.4764.1363.92
HexA068DE1C350D10c4040
Octal2401503363465015414100100
Binary10100000110100011011110111001101010110110000110010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A068DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A068DE; }

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

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

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

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

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

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

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

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