#A169CF

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

Shades of Amethyst #A169CF

Tints of Amethyst #A169CF

Color information

#A169CF (or 0xA169CF) is unknown color: approx Amethyst. HEX triplet: A1, 69 and CF. RGB value is (161,105,207). Sum of RGB (Red+Green+Blue) = 161+105+207=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #A169CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169CF is #5E9630. Grayscale: #858585. Windows color (decimal): -6198833 or 13592993. OLE color: 13592993.

HSL color Cylindrical-coordinate representation of color #A169CF: hue angle of 272.94º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A169CF is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161105207-
CMYK0.220.4900.19
HSL272.94º51.52%61.18%-
HSV(B)272.94º49.28%81.18%-
XYZ31.0122.1961.68-
YUV133.37169.55147.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 207 (81.25% from 255) = 43.76%
R=34.04%
G=22.20%
B=43.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611052070.220.4900.19272.9451.5261.18
HexA169CF1631013111343d
Octal24115131726610234216475
Binary1010000111010011100111110110110001010011100010001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A169CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A169CF; }

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

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

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

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

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

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

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

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