#A975CD

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

Shades of Amethyst #A975CD

Tints of Amethyst #A975CD

Color information

#A975CD (or 0xA975CD) is unknown color: approx Amethyst. HEX triplet: A9, 75 and CD. RGB value is (169,117,205). Sum of RGB (Red+Green+Blue) = 169+117+205=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #A975CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975CD is #568A32. Grayscale: #8E8E8E. Windows color (decimal): -5671475 or 13465001. OLE color: 13465001.

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

Color convert

RGB169117205-
CMYK0.180.4300.20
HSL275.45º46.81%63.14%-
HSV(B)275.45º42.93%80.39%-
XYZ33.7425.5760.91-
YUV142.58163.23146.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.42%
GREEN value IS 117 (46.09% from 255) = 23.83%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=34.42%
G=23.83%
B=41.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691172050.180.4300.20275.4546.8163.14
HexA975CD122B0141132f3f
Octal25116531522530244235777
Binary1010100111101011100110110010101011010100100010011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A975CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A975CD; }

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

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

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

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

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

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

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

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