#A969E4

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

Shades of Amethyst #A969E4

Tints of Amethyst #A969E4

Color information

#A969E4 (or 0xA969E4) is unknown color: approx Amethyst. HEX triplet: A9, 69 and E4. RGB value is (169,105,228). Sum of RGB (Red+Green+Blue) = 169+105+228=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #A969E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969E4 is #56961B. Grayscale: #898989. Windows color (decimal): -5674524 or 14969257. OLE color: 14969257.

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

Color convert

RGB169105228-
CMYK0.260.5400.11
HSL271.22º69.49%65.29%-
HSV(B)271.22º53.95%89.41%-
XYZ35.4224.1476.19-
YUV138.16178.7150-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.67%
GREEN value IS 105 (41.41% from 255) = 20.92%
BLUE value IS 228 (89.45% from 255) = 45.42%
R=33.67%
G=20.92%
B=45.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691052280.260.5400.11271.2269.4965.29
HexA969E41A360B10f4541
Octal2511513443266013417105101
Binary10101001110100111100100110101101100101110000111110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A969E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A969E4; }

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

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

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

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

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

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

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

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