#A569D5

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

Shades of Amethyst #A569D5

Tints of Amethyst #A569D5

Color information

#A569D5 (or 0xA569D5) is unknown color: approx Amethyst. HEX triplet: A5, 69 and D5. RGB value is (165,105,213). Sum of RGB (Red+Green+Blue) = 165+105+213=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #A569D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569D5 is #5A962A. Grayscale: #868686. Windows color (decimal): -5936683 or 13986213. OLE color: 13986213.

HSL color Cylindrical-coordinate representation of color #A569D5: hue angle of 273.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A569D5 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165105213-
CMYK0.230.5100.16
HSL273.33º56.25%62.35%-
HSV(B)273.33º50.7%83.53%-
XYZ32.5822.9165.66-
YUV135.25171.88149.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 105 (41.41% from 255) = 21.74%
BLUE value IS 213 (83.59% from 255) = 44.10%
R=34.16%
G=21.74%
B=44.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651052130.230.5100.16273.3356.2562.35
HexA569D51733010111383e
Octal24515132527630204217076
Binary1010010111010011101010110111110011010000100010001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A569D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A569D5; }

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

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

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

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

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

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

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

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