#A16CD7

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

Shades of Amethyst #A16CD7

Tints of Amethyst #A16CD7

Color information

#A16CD7 (or 0xA16CD7) is unknown color: approx Amethyst. HEX triplet: A1, 6C and D7. RGB value is (161,108,215). Sum of RGB (Red+Green+Blue) = 161+108+215=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #A16CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CD7 is #5E9328. Grayscale: #878787. Windows color (decimal): -6198057 or 14118049. OLE color: 14118049.

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

Color convert

RGB161108215-
CMYK0.250.5000.16
HSL269.72º57.22%63.33%-
HSV(B)269.72º49.77%84.31%-
XYZ32.3323.2167.07-
YUV136.04172.56145.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 108 (42.58% from 255) = 22.31%
BLUE value IS 215 (84.38% from 255) = 44.42%
R=33.26%
G=22.31%
B=44.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611082150.250.5000.16269.7257.2263.33
HexA16CD7193201010e393f
Octal24115432731620204167177
Binary1010000111011001101011111001110010010000100001110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16CD7; }

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

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

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

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

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

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

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

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