#A574CA

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

Shades of Amethyst #A574CA

Tints of Amethyst #A574CA

Color information

#A574CA (or 0xA574CA) is unknown color: approx Amethyst. HEX triplet: A5, 74 and CA. RGB value is (165,116,202). Sum of RGB (Red+Green+Blue) = 165+116+202=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #A574CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574CA is #5A8B35. Grayscale: #8C8C8C. Windows color (decimal): -5933878 or 13268133. OLE color: 13268133.

HSL color Cylindrical-coordinate representation of color #A574CA: hue angle of 274.19º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A574CA is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165116202-
CMYK0.180.4300.21
HSL274.19º44.79%62.35%-
HSV(B)274.19º42.57%79.22%-
XYZ32.4224.7558.95-
YUV140.45162.73145.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 116 (45.70% from 255) = 24.02%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=34.16%
G=24.02%
B=41.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651162020.180.4300.21274.1944.7962.35
HexA574CA122B0151122d3e
Octal24516431222530254225576
Binary1010010111101001100101010010101011010101100010010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A574CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A574CA; }

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

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

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

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

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

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

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

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