#A168DA

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

Shades of Amethyst #A168DA

Tints of Amethyst #A168DA

Color information

#A168DA (or 0xA168DA) is unknown color: approx Amethyst. HEX triplet: A1, 68 and DA. RGB value is (161,104,218). Sum of RGB (Red+Green+Blue) = 161+104+218=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #A168DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168DA is #5E9725. Grayscale: #858585. Windows color (decimal): -6199078 or 14313633. OLE color: 14313633.

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

Color convert

RGB161104218-
CMYK0.260.5200.15
HSL270º60.64%63.14%-
HSV(B)270º52.29%85.49%-
XYZ32.322.5468.98-
YUV134.04175.38147.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.33%
GREEN value IS 104 (41.02% from 255) = 21.53%
BLUE value IS 218 (85.55% from 255) = 45.13%
R=33.33%
G=21.53%
B=45.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611042180.260.5200.1527060.6463.14
HexA168DA1A340F10e3d3f
Octal24115033232640174167577
Binary101000011101000110110101101011010001111100001110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A168DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A168DA; }

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

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

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

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

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

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

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

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