#A166DA

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

Shades of Amethyst #A166DA

Tints of Amethyst #A166DA

Color information

#A166DA (or 0xA166DA) is unknown color: approx Amethyst. HEX triplet: A1, 66 and DA. RGB value is (161,102,218). Sum of RGB (Red+Green+Blue) = 161+102+218=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #A166DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166DA is #5E9925. Grayscale: #848484. Windows color (decimal): -6199590 or 14313121. OLE color: 14313121.

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

Color convert

RGB161102218-
CMYK0.260.5300.15
HSL270.52º61.05%62.75%-
HSV(B)270.52º53.21%85.49%-
XYZ32.122.1468.91-
YUV132.86176.05148.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.47%
GREEN value IS 102 (40.23% from 255) = 21.21%
BLUE value IS 218 (85.55% from 255) = 45.32%
R=33.47%
G=21.21%
B=45.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611022180.260.5300.15270.5261.0562.75
HexA166DA1A350F10f3d3f
Octal24114633232650174177577
Binary101000011100110110110101101011010101111100001111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A166DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A166DA; }

 p { color: rgb(161,102,218); }

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

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

 a { background-color: rgb(161,102,218); }

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

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

 span { border-color: rgb(161,102,218); }

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