#A579CF

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

Shades of Amethyst #A579CF

Tints of Amethyst #A579CF

Color information

#A579CF (or 0xA579CF) is unknown color: approx Amethyst. HEX triplet: A5, 79 and CF. RGB value is (165,121,207). Sum of RGB (Red+Green+Blue) = 165+121+207=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #A579CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A579CF is #5A8630. Grayscale: #8F8F8F. Windows color (decimal): -5932593 or 13597093. OLE color: 13597093.

HSL color Cylindrical-coordinate representation of color #A579CF: hue angle of 270.7º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A579CF is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165121207-
CMYK0.200.4200.19
HSL270.7º47.25%64.31%-
HSV(B)270.7º41.55%81.18%-
XYZ33.6226.1862.31-
YUV143.96163.58143.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 121 (47.66% from 255) = 24.54%
BLUE value IS 207 (81.25% from 255) = 41.99%
R=33.47%
G=24.54%
B=41.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651212070.200.4200.19270.747.2564.31
HexA579CF142A01310f2f40
Octal245171317245202341757100
Binary10100101111100111001111101001010100100111000011111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A579CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A579CF; }

 p { color: rgb(165,121,207); }

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

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

 a { background-color: rgb(165,121,207); }

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

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

 span { border-color: rgb(165,121,207); }

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