#A575D7

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

Shades of Amethyst #A575D7

Tints of Amethyst #A575D7

Color information

#A575D7 (or 0xA575D7) is unknown color: approx Amethyst. HEX triplet: A5, 75 and D7. RGB value is (165,117,215). Sum of RGB (Red+Green+Blue) = 165+117+215=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #A575D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575D7 is #5A8A28. Grayscale: #8E8E8E. Windows color (decimal): -5933609 or 14120357. OLE color: 14120357.

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

Color convert

RGB165117215-
CMYK0.230.4600.16
HSL269.39º55.06%65.1%-
HSV(B)269.39º45.58%84.31%-
XYZ34.1425.6367.44-
YUV142.52168.9144.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.20%
GREEN value IS 117 (46.09% from 255) = 23.54%
BLUE value IS 215 (84.38% from 255) = 43.26%
R=33.20%
G=23.54%
B=43.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651172150.230.4600.16269.3955.0665.1
HexA575D7172E01010d3741
Octal245165327275602041567101
Binary10100101111010111010111101111011100100001000011011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A575D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A575D7; }

 p { color: rgb(165,117,215); }

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

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

 a { background-color: rgb(165,117,215); }

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

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

 span { border-color: rgb(165,117,215); }

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