#A574D7

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

Shades of Amethyst #A574D7

Tints of Amethyst #A574D7

Color information

#A574D7 (or 0xA574D7) is unknown color: approx Amethyst. HEX triplet: A5, 74 and D7. RGB value is (165,116,215). Sum of RGB (Red+Green+Blue) = 165+116+215=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #A574D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574D7 is #5A8B28. Grayscale: #8D8D8D. Windows color (decimal): -5933865 or 14120101. OLE color: 14120101.

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

Color convert

RGB165116215-
CMYK0.230.4600.16
HSL269.7º55.31%64.9%-
HSV(B)269.7º46.05%84.31%-
XYZ34.0325.467.4-
YUV141.94169.23144.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 116 (45.70% from 255) = 23.39%
BLUE value IS 215 (84.38% from 255) = 43.35%
R=33.27%
G=23.39%
B=43.35%

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
Decimal1651162150.230.4600.16269.755.3164.9
HexA574D7172E01010e3741
Octal245164327275602041667101
Binary10100101111010011010111101111011100100001000011101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A574D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A574D7; }

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

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

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

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

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

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

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

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