#A574CD

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

Shades of Amethyst #A574CD

Tints of Amethyst #A574CD

Color information

#A574CD (or 0xA574CD) is unknown color: approx Amethyst. HEX triplet: A5, 74 and CD. RGB value is (165,116,205). Sum of RGB (Red+Green+Blue) = 165+116+205=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #A574CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574CD is #5A8B32. Grayscale: #8C8C8C. Windows color (decimal): -5933875 or 13464741. OLE color: 13464741.

HSL color Cylindrical-coordinate representation of color #A574CD: hue angle of 273.03º degrees, saturation: 0.47, 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 #A574CD is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165116205-
CMYK0.200.4300.20
HSL273.03º47.09%62.94%-
HSV(B)273.03º43.41%80.39%-
XYZ32.7824.960.84-
YUV140.8164.23145.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 116 (45.70% from 255) = 23.87%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=33.95%
G=23.87%
B=42.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651162050.200.4300.20273.0347.0962.94
HexA574CD142B0141112f3f
Octal24516431524530244215777
Binary1010010111101001100110110100101011010100100010001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A574CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A574CD; }

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

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

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

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

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

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

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

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