#a574ce

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

Shades of Amethyst #A574CE

Tints of Amethyst #A574CE

Color information

#A574CE (or 0xA574CE) is unknown color: approx Amethyst. HEX triplet: A5, 74 and CE. RGB value is (165,116,206). Sum of RGB (Red+Green+Blue) = 165+116+206=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #A574CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574CE is #5A8B31. Grayscale: #8C8C8C. Windows color (decimal): -5933874 or 13530277. OLE color: 13530277.

HSL color Cylindrical-coordinate representation of color #A574CE: hue angle of 272.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A574CE is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165116206-
CMYK0.200.4400.19
HSL272.67º47.87%63.14%-
HSV(B)272.67º43.69%80.78%-
XYZ32.924.9561.47-
YUV140.91164.73145.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 116 (45.70% from 255) = 23.82%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=33.88%
G=23.82%
B=42.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651162060.200.4400.19272.6747.8763.14
HexA574CE142C013111303f
Octal24516431624540234216077
Binary1010010111101001100111010100101100010011100010001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a574ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a574ce; }

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

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

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

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

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

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

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

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