#A177D1

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

Shades of Amethyst #A177D1

Tints of Amethyst #A177D1

Color information

#A177D1 (or 0xA177D1) is unknown color: approx Amethyst. HEX triplet: A1, 77 and D1. RGB value is (161,119,209). Sum of RGB (Red+Green+Blue) = 161+119+209=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #A177D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177D1 is #5E882E. Grayscale: #8D8D8D. Windows color (decimal): -6195247 or 13727649. OLE color: 13727649.

HSL color Cylindrical-coordinate representation of color #A177D1: hue angle of 268º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A177D1 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161119209-
CMYK0.230.4300.18
HSL268º49.45%64.31%-
HSV(B)268º43.06%81.96%-
XYZ32.825.3763.49-
YUV141.82165.91141.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.92%
GREEN value IS 119 (46.88% from 255) = 24.34%
BLUE value IS 209 (82.03% from 255) = 42.74%
R=32.92%
G=24.34%
B=42.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611192090.230.4300.1826849.4564.31
HexA177D1172B01210c3140
Octal241167321275302241461100
Binary10100001111011111010001101111010110100101000011001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A177D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A177D1; }

 p { color: rgb(161,119,209); }

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

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

 a { background-color: rgb(161,119,209); }

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

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

 span { border-color: rgb(161,119,209); }

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