#a975c7

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

Shades of Amethyst #A975C7

Tints of Amethyst #A975C7

Color information

#A975C7 (or 0xA975C7) is unknown color: approx Amethyst. HEX triplet: A9, 75 and C7. RGB value is (169,117,199). Sum of RGB (Red+Green+Blue) = 169+117+199=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 199 - color contains mainly: blue. Hex color #A975C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975C7 is #568A38. Grayscale: #8D8D8D. Windows color (decimal): -5671481 or 13071785. OLE color: 13071785.

HSL color Cylindrical-coordinate representation of color #A975C7: hue angle of 278.05º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A975C7 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB169117199-
CMYK0.150.4100.22
HSL278.05º42.27%61.96%-
HSV(B)278.05º41.21%78.04%-
XYZ33.0325.2857.17-
YUV141.9160.23147.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 199 (78.12% from 255) = 41.03%
R=34.85%
G=24.12%
B=41.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691171990.150.4100.22278.0542.2761.96
HexA975C7F290161162a3e
Octal25116530717510264265276
Binary101010011110101110001111111101001010110100010110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a975c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a975c7; }

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

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

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

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

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

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

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

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