#A574CC

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

Shades of Amethyst #A574CC

Tints of Amethyst #A574CC

Color information

#A574CC (or 0xA574CC) is unknown color: approx Amethyst. HEX triplet: A5, 74 and CC. RGB value is (165,116,204). Sum of RGB (Red+Green+Blue) = 165+116+204=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #A574CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574CC is #5A8B33. Grayscale: #8C8C8C. Windows color (decimal): -5933876 or 13399205. OLE color: 13399205.

HSL color Cylindrical-coordinate representation of color #A574CC: hue angle of 273.41º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A574CC is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB165116204-
CMYK0.190.4300.2
HSL273.41º46.32%62.75%-
HSV(B)273.41º43.14%80%-
XYZ32.6624.8560.2-
YUV140.68163.73145.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 116 (45.70% from 255) = 23.92%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=34.02%
G=23.92%
B=42.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1651162040.190.4300.2273.4146.3262.75
HexA574CC132B0141112e3f
Octal24516431423530244215677
Binary1010010111101001100110010011101011010100100010001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A574CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A574CC; }

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

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

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

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

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

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

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

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