#A569E1

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

Shades of Amethyst #A569E1

Tints of Amethyst #A569E1

Color information

#A569E1 (or 0xA569E1) is unknown color: approx Amethyst. HEX triplet: A5, 69 and E1. RGB value is (165,105,225). Sum of RGB (Red+Green+Blue) = 165+105+225=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #A569E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569E1 is #5A961E. Grayscale: #888888. Windows color (decimal): -5936671 or 14772645. OLE color: 14772645.

HSL color Cylindrical-coordinate representation of color #A569E1: hue angle of 270º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A569E1 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB165105225-
CMYK0.270.5300.12
HSL270º66.67%64.71%-
HSV(B)270º53.33%88.24%-
XYZ34.1623.5473.98-
YUV136.62177.88148.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 21.21%
BLUE value IS 225 (88.28% from 255) = 45.45%
R=33.33%
G=21.21%
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.12
SystemRedGreenBlueCMYKHSL
Decimal1651052250.270.5300.1227066.6764.71
HexA569E11B350C10e4341
Octal2451513413365014416103101
Binary10100101110100111100001110111101010110010000111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A569E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A569E1; }

 p { color: rgb(165,105,225); }

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

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

 a { background-color: rgb(165,105,225); }

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

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

 span { border-color: rgb(165,105,225); }

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