#A669E2

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

Shades of Amethyst #A669E2

Tints of Amethyst #A669E2

Color information

#A669E2 (or 0xA669E2) is unknown color: approx Amethyst. HEX triplet: A6, 69 and E2. RGB value is (166,105,226). Sum of RGB (Red+Green+Blue) = 166+105+226=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 226 (88.67% from 255 or 45.47% from 497); Max value from RGB is 226 - color contains mainly: blue. Hex color #A669E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669E2 is #59961D. Grayscale: #888888. Windows color (decimal): -5871134 or 14838182. OLE color: 14838182.

HSL color Cylindrical-coordinate representation of color #A669E2: hue angle of 270.25º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A669E2 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB166105226-
CMYK0.270.5400.11
HSL270.25º67.6%64.9%-
HSV(B)270.25º53.54%88.63%-
XYZ34.523.774.71-
YUV137.03178.21148.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 105 (41.41% from 255) = 21.13%
BLUE value IS 226 (88.67% from 255) = 45.47%
R=33.40%
G=21.13%
B=45.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1661052260.270.5400.11270.2567.664.9
HexA669E21B360B10e4441
Octal2461513423366013416104101
Binary10100110110100111100010110111101100101110000111010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A669E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A669E2; }

 p { color: rgb(166,105,226); }

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

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

 a { background-color: rgb(166,105,226); }

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

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

 span { border-color: rgb(166,105,226); }

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