#A169C7

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

Shades of Amethyst #A169C7

Tints of Amethyst #A169C7

Color information

#A169C7 (or 0xA169C7) is unknown color: approx Amethyst. HEX triplet: A1, 69 and C7. RGB value is (161,105,199). Sum of RGB (Red+Green+Blue) = 161+105+199=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #A169C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169C7 is #5E9638. Grayscale: #848484. Windows color (decimal): -6198841 or 13068705. OLE color: 13068705.

HSL color Cylindrical-coordinate representation of color #A169C7: hue angle of 275.74º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A169C7 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB161105199-
CMYK0.190.4700.22
HSL275.74º45.63%59.61%-
HSV(B)275.74º47.24%78.04%-
XYZ30.0621.856.66-
YUV132.46165.55148.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 199 (78.12% from 255) = 42.80%
R=34.62%
G=22.58%
B=42.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611051990.190.4700.22275.7445.6359.61
HexA169C7132F0161142e3c
Octal24115130723570264245674
Binary1010000111010011100011110011101111010110100010100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A169C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A169C7; }

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

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

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

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

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

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

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

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