#a759e0

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

Shades of Amethyst #A759E0

Tints of Amethyst #A759E0

Color information

#A759E0 (or 0xA759E0) is unknown color: approx Amethyst. HEX triplet: A7, 59 and E0. RGB value is (167,89,224). Sum of RGB (Red+Green+Blue) = 167+89+224=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #A759E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A759E0 is #58A61F. Grayscale: #7F7F7F. Windows color (decimal): -5809696 or 14703015. OLE color: 14703015.

HSL color Cylindrical-coordinate representation of color #A759E0: hue angle of 274.67º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A759E0 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16789224-
CMYK0.250.6000.12
HSL274.67º68.53%61.37%-
HSV(B)274.67º60.27%87.84%-
XYZ32.9620.7472.79-
YUV127.71182.34156.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.79%
GREEN value IS 89 (35.16% from 255) = 18.54%
BLUE value IS 224 (87.89% from 255) = 46.67%
R=34.79%
G=18.54%
B=46.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal167892240.250.6000.12274.6768.5361.37
HexA759E0193C0C113453d
Octal247131340317401442310575
Binary1010011110110011110000011001111100011001000100111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a759e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a759e0; }

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

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

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

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

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

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

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

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