#A575CC

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

Shades of Amethyst #A575CC

Tints of Amethyst #A575CC

Color information

#A575CC (or 0xA575CC) is unknown color: approx Amethyst. HEX triplet: A5, 75 and CC. RGB value is (165,117,204). Sum of RGB (Red+Green+Blue) = 165+117+204=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #A575CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575CC is #5A8A33. Grayscale: #8C8C8C. Windows color (decimal): -5933620 or 13399461. OLE color: 13399461.

HSL color Cylindrical-coordinate representation of color #A575CC: hue angle of 273.1º 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 #A575CC is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB165117204-
CMYK0.190.4300.2
HSL273.1º46.03%62.94%-
HSV(B)273.1º42.65%80%-
XYZ32.7825.0860.24-
YUV141.27163.4144.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 117 (46.09% from 255) = 24.07%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=33.95%
G=24.07%
B=41.98%

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
Decimal1651172040.190.4300.2273.146.0362.94
HexA575CC132B0141112e3f
Octal24516531423530244215677
Binary1010010111101011100110010011101011010100100010001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A575CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A575CC; }

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

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

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

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

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

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

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

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