#A759D5

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

Shades of Amethyst #A759D5

Tints of Amethyst #A759D5

Color information

#A759D5 (or 0xA759D5) is unknown color: approx Amethyst. HEX triplet: A7, 59 and D5. RGB value is (167,89,213). Sum of RGB (Red+Green+Blue) = 167+89+213=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #A759D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A759D5 is #58A62A. Grayscale: #7E7E7E. Windows color (decimal): -5809707 or 13982119. OLE color: 13982119.

HSL color Cylindrical-coordinate representation of color #A759D5: hue angle of 277.74º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A759D5 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16789213-
CMYK0.220.5800.16
HSL277.74º59.62%59.22%-
HSV(B)277.74º58.22%83.53%-
XYZ31.5220.1665.18-
YUV126.46176.84156.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 89 (35.16% from 255) = 18.98%
BLUE value IS 213 (83.59% from 255) = 45.42%
R=35.61%
G=18.98%
B=45.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal167892130.220.5800.16277.7459.6259.22
HexA759D5163A0101163c3b
Octal24713132526720204267473
Binary1010011110110011101010110110111010010000100010110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A759D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A759D5; }

 p { color: rgb(167,89,213); }

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

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

 a { background-color: rgb(167,89,213); }

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

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

 span { border-color: rgb(167,89,213); }

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