#A169C1

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

Shades of Amethyst #A169C1

Tints of Amethyst #A169C1

Color information

#A169C1 (or 0xA169C1) is unknown color: approx Amethyst. HEX triplet: A1, 69 and C1. RGB value is (161,105,193). Sum of RGB (Red+Green+Blue) = 161+105+193=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #A169C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169C1 is #5E963E. Grayscale: #838383. Windows color (decimal): -6198847 or 12675489. OLE color: 12675489.

HSL color Cylindrical-coordinate representation of color #A169C1: hue angle of 278.18º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A169C1 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB161105193-
CMYK0.170.4600.24
HSL278.18º41.51%58.43%-
HSV(B)278.18º45.6%75.69%-
XYZ29.3821.5353.06-
YUV131.78162.55148.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 105 (41.41% from 255) = 22.88%
BLUE value IS 193 (75.78% from 255) = 42.05%
R=35.08%
G=22.88%
B=42.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611051930.170.4600.24278.1841.5158.43
HexA169C1112E0181162a3a
Octal24115130121560304265272
Binary1010000111010011100000110001101110011000100010110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A169C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A169C1; }

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

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

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

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

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

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

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

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