#A167C4

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

Shades of Amethyst #A167C4

Tints of Amethyst #A167C4

Color information

#A167C4 (or 0xA167C4) is unknown color: approx Amethyst. HEX triplet: A1, 67 and C4. RGB value is (161,103,196). Sum of RGB (Red+Green+Blue) = 161+103+196=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 196 - color contains mainly: blue. Hex color #A167C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167C4 is #5E983B. Grayscale: #828282. Windows color (decimal): -6199356 or 12871585. OLE color: 12871585.

HSL color Cylindrical-coordinate representation of color #A167C4: hue angle of 277.42º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A167C4 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB161103196-
CMYK0.180.4700.23
HSL277.42º44.08%58.63%-
HSV(B)277.42º47.45%76.86%-
XYZ29.5121.2654.77-
YUV130.94164.72149.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 103 (40.62% from 255) = 22.39%
BLUE value IS 196 (76.95% from 255) = 42.61%
R=35%
G=22.39%
B=42.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611031960.180.4700.23277.4244.0858.63
HexA167C4122F0171152c3b
Octal24114730422570274255473
Binary1010000111001111100010010010101111010111100010101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A167C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A167C4; }

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

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

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

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

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

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

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

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