#A169D7

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

Shades of Amethyst #A169D7

Tints of Amethyst #A169D7

Color information

#A169D7 (or 0xA169D7) is unknown color: approx Amethyst. HEX triplet: A1, 69 and D7. RGB value is (161,105,215). Sum of RGB (Red+Green+Blue) = 161+105+215=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #A169D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169D7 is #5E9628. Grayscale: #858585. Windows color (decimal): -6198825 or 14117281. OLE color: 14117281.

HSL color Cylindrical-coordinate representation of color #A169D7: hue angle of 270.55º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A169D7 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161105215-
CMYK0.250.5100.16
HSL270.55º57.89%62.75%-
HSV(B)270.55º51.16%84.31%-
XYZ32.0222.5966.96-
YUV134.28173.55147.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.47%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 215 (84.38% from 255) = 44.70%
R=33.47%
G=21.83%
B=44.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611052150.250.5100.16270.5557.8962.75
HexA169D7193301010f3a3f
Octal24115132731630204177277
Binary1010000111010011101011111001110011010000100001111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A169D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A169D7; }

 p { color: rgb(161,105,215); }

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

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

 a { background-color: rgb(161,105,215); }

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

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

 span { border-color: rgb(161,105,215); }

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