#A168DD

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

Shades of Amethyst #A168DD

Tints of Amethyst #A168DD

Color information

#A168DD (or 0xA168DD) is unknown color: approx Amethyst. HEX triplet: A1, 68 and DD. RGB value is (161,104,221). Sum of RGB (Red+Green+Blue) = 161+104+221=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #A168DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168DD is #5E9722. Grayscale: #858585. Windows color (decimal): -6199075 or 14510241. OLE color: 14510241.

HSL color Cylindrical-coordinate representation of color #A168DD: hue angle of 269.23º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A168DD is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161104221-
CMYK0.270.5300.13
HSL269.23º63.24%63.73%-
HSV(B)269.23º52.94%86.67%-
XYZ32.722.771.06-
YUV134.38176.88146.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 104 (41.02% from 255) = 21.40%
BLUE value IS 221 (86.72% from 255) = 45.47%
R=33.13%
G=21.40%
B=45.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611042210.270.5300.13269.2363.2463.73
HexA168DD1B350D10d3f40
Octal241150335336501541577100
Binary1010000111010001101110111011110101011011000011011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A168DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A168DD; }

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

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

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

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

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

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

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

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