#A969E2

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

Shades of Amethyst #A969E2

Tints of Amethyst #A969E2

Color information

#A969E2 (or 0xA969E2) is unknown color: approx Amethyst. HEX triplet: A9, 69 and E2. RGB value is (169,105,226). Sum of RGB (Red+Green+Blue) = 169+105+226=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 226 - color contains mainly: blue. Hex color #A969E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969E2 is #56961D. Grayscale: #898989. Windows color (decimal): -5674526 or 14838185. OLE color: 14838185.

HSL color Cylindrical-coordinate representation of color #A969E2: hue angle of 271.74º 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 #A969E2 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB169105226-
CMYK0.250.5400.11
HSL271.74º67.6%64.9%-
HSV(B)271.74º53.54%88.63%-
XYZ35.1424.0374.74-
YUV137.93177.7150.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.8%
GREEN value IS 105 (41.41% from 255) = 21%
BLUE value IS 226 (88.67% from 255) = 45.2%
R=33.8%
G=21%
B=45.2%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691052260.250.5400.11271.7467.664.9
HexA969E219360B1104441
Octal2511513423166013420104101
Binary10101001110100111100010110011101100101110001000010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A969E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A969E2; }

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

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

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

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

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

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

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

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