#A574D5

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

Shades of Amethyst #A574D5

Tints of Amethyst #A574D5

Color information

#A574D5 (or 0xA574D5) is unknown color: approx Amethyst. HEX triplet: A5, 74 and D5. RGB value is (165,116,213). Sum of RGB (Red+Green+Blue) = 165+116+213=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #A574D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574D5 is #5A8B2A. Grayscale: #8D8D8D. Windows color (decimal): -5933867 or 13989029. OLE color: 13989029.

HSL color Cylindrical-coordinate representation of color #A574D5: hue angle of 270.31º degrees, saturation: 0.54, 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 #A574D5 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165116213-
CMYK0.230.4600.16
HSL270.31º53.59%64.51%-
HSV(B)270.31º45.54%83.53%-
XYZ33.7725.2966.05-
YUV141.71168.23144.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.40%
GREEN value IS 116 (45.70% from 255) = 23.48%
BLUE value IS 213 (83.59% from 255) = 43.12%
R=33.40%
G=23.48%
B=43.12%

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
Decimal1651162130.230.4600.16270.3153.5964.51
HexA574D5172E01010e3641
Octal245164325275602041666101
Binary10100101111010011010101101111011100100001000011101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A574D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A574D5; }

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

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

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

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

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

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

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

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