#A068DC

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

Shades of Amethyst #A068DC

Tints of Amethyst #A068DC

Color information

#A068DC (or 0xA068DC) is unknown color: approx Amethyst. HEX triplet: A0, 68 and DC. RGB value is (160,104,220). Sum of RGB (Red+Green+Blue) = 160+104+220=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #A068DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068DC is #5F9723. Grayscale: #858585. Windows color (decimal): -6264612 or 14444704. OLE color: 14444704.

HSL color Cylindrical-coordinate representation of color #A068DC: hue angle of 268.97º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A068DC is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160104220-
CMYK0.270.5300.14
HSL268.97º62.37%63.53%-
HSV(B)268.97º52.73%86.27%-
XYZ32.3722.5470.36-
YUV133.97176.55146.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 104 (41.02% from 255) = 21.49%
BLUE value IS 220 (86.33% from 255) = 45.45%
R=33.06%
G=21.49%
B=45.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601042200.270.5300.14268.9762.3763.53
HexA068DC1B350E10d3e40
Octal240150334336501641576100
Binary1010000011010001101110011011110101011101000011011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A068DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A068DC; }

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

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

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

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

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

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

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

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