#A161CD

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

Shades of Amethyst #A161CD

Tints of Amethyst #A161CD

Color information

#A161CD (or 0xA161CD) is unknown color: approx Amethyst. HEX triplet: A1, 61 and CD. RGB value is (161,97,205). Sum of RGB (Red+Green+Blue) = 161+97+205=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #A161CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A161CD is #5E9E32. Grayscale: #808080. Windows color (decimal): -6200883 or 13459873. OLE color: 13459873.

HSL color Cylindrical-coordinate representation of color #A161CD: hue angle of 275.56º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A161CD is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16197205-
CMYK0.210.5300.20
HSL275.56º51.92%59.22%-
HSV(B)275.56º52.68%80.39%-
XYZ29.9920.5360.14-
YUV128.45171.2151.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=34.77%
G=20.95%
B=44.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161972050.210.5300.20275.5651.9259.22
HexA161CD1535014114343b
Octal24114131525650244246473
Binary1010000111000011100110110101110101010100100010100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A161CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A161CD; }

 p { color: rgb(161,97,205); }

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

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

 a { background-color: rgb(161,97,205); }

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

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

 span { border-color: rgb(161,97,205); }

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