#A167C0

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

Shades of Amethyst #A167C0

Tints of Amethyst #A167C0

Color information

#A167C0 (or 0xA167C0) is unknown color: approx Amethyst. HEX triplet: A1, 67 and C0. RGB value is (161,103,192). Sum of RGB (Red+Green+Blue) = 161+103+192=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #A167C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167C0 is #5E983F. Grayscale: #828282. Windows color (decimal): -6199360 or 12609441. OLE color: 12609441.

HSL color Cylindrical-coordinate representation of color #A167C0: hue angle of 279.1º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A167C0 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161103192-
CMYK0.160.4600.25
HSL279.1º41.4%57.84%-
HSV(B)279.1º46.35%75.29%-
XYZ29.0621.0852.41-
YUV130.49162.72149.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 103 (40.62% from 255) = 22.59%
BLUE value IS 192 (75.39% from 255) = 42.11%
R=35.31%
G=22.59%
B=42.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611031920.160.4600.25279.141.457.84
HexA167C0102E019117293a
Octal24114730020560314275172
Binary1010000111001111100000010000101110011001100010111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A167C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A167C0; }

 p { color: rgb(161,103,192); }

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

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

 a { background-color: rgb(161,103,192); }

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

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

 span { border-color: rgb(161,103,192); }

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