#A169DB

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

Shades of Amethyst #A169DB

Tints of Amethyst #A169DB

Color information

#A169DB (or 0xA169DB) is unknown color: approx Amethyst. HEX triplet: A1, 69 and DB. RGB value is (161,105,219). Sum of RGB (Red+Green+Blue) = 161+105+219=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #A169DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169DB is #5E9624. Grayscale: #868686. Windows color (decimal): -6198821 or 14379425. OLE color: 14379425.

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

Color convert

RGB161105219-
CMYK0.260.5200.14
HSL269.47º61.29%63.53%-
HSV(B)269.47º52.05%85.88%-
XYZ32.5422.7969.7-
YUV134.74175.55146.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 105 (41.41% from 255) = 21.65%
BLUE value IS 219 (85.94% from 255) = 45.15%
R=33.20%
G=21.65%
B=45.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611052190.260.5200.14269.4761.2963.53
HexA169DB1A340E10d3d40
Octal241151333326401641575100
Binary1010000111010011101101111010110100011101000011011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A169DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A169DB; }

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

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

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

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

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

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

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

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