#A975CC

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

Shades of Amethyst #A975CC

Tints of Amethyst #A975CC

Color information

#A975CC (or 0xA975CC) is unknown color: approx Amethyst. HEX triplet: A9, 75 and CC. RGB value is (169,117,204). Sum of RGB (Red+Green+Blue) = 169+117+204=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #A975CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975CC is #568A33. Grayscale: #8E8E8E. Windows color (decimal): -5671476 or 13399465. OLE color: 13399465.

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

Color convert

RGB169117204-
CMYK0.170.4300.2
HSL275.86º46.03%62.94%-
HSV(B)275.86º42.65%80%-
XYZ33.6225.5260.28-
YUV142.47162.73146.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.49%
GREEN value IS 117 (46.09% from 255) = 23.88%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=34.49%
G=23.88%
B=41.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691172040.170.4300.2275.8646.0362.94
HexA975CC112B0141142e3f
Octal25116531421530244245677
Binary1010100111101011100110010001101011010100100010100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A975CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A975CC; }

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

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

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

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

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

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

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

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