#A668E0

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

Shades of Amethyst #A668E0

Tints of Amethyst #A668E0

Color information

#A668E0 (or 0xA668E0) is unknown color: approx Amethyst. HEX triplet: A6, 68 and E0. RGB value is (166,104,224). Sum of RGB (Red+Green+Blue) = 166+104+224=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #A668E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668E0 is #59971F. Grayscale: #878787. Windows color (decimal): -5871392 or 14706854. OLE color: 14706854.

HSL color Cylindrical-coordinate representation of color #A668E0: hue angle of 271º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A668E0 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166104224-
CMYK0.260.5400.12
HSL271º65.93%64.31%-
HSV(B)271º53.57%87.84%-
XYZ34.1323.3973.24-
YUV136.22177.54149.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 104 (41.02% from 255) = 21.05%
BLUE value IS 224 (87.89% from 255) = 45.34%
R=33.60%
G=21.05%
B=45.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1661042240.260.5400.1227165.9364.31
HexA668E01A360C10f4240
Octal2461503403266014417102100
Binary10100110110100011100000110101101100110010000111110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A668E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A668E0; }

 p { color: rgb(166,104,224); }

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

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

 a { background-color: rgb(166,104,224); }

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

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

 span { border-color: rgb(166,104,224); }

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