#A961D9

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

Shades of Amethyst #A961D9

Tints of Amethyst #A961D9

Color information

#A961D9 (or 0xA961D9) is unknown color: approx Amethyst. HEX triplet: A9, 61 and D9. RGB value is (169,97,217). Sum of RGB (Red+Green+Blue) = 169+97+217=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #A961D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A961D9 is #569E26. Grayscale: #838383. Windows color (decimal): -5676583 or 14246313. OLE color: 14246313.

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

Color convert

RGB16997217-
CMYK0.220.5500.15
HSL276º61.22%61.57%-
HSV(B)276º55.3%85.1%-
XYZ33.1621.9968.14-
YUV132.21175.85154.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 217 (85.16% from 255) = 44.93%
R=34.99%
G=20.08%
B=44.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal169972170.220.5500.1527661.2261.57
HexA961D916370F1143d3e
Octal25114133126670174247576
Binary101010011100001110110011011011011101111100010100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A961D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A961D9; }

 p { color: rgb(169,97,217); }

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

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

 a { background-color: rgb(169,97,217); }

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

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

 span { border-color: rgb(169,97,217); }

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