#A367C1

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

Shades of Amethyst #A367C1

Tints of Amethyst #A367C1

Color information

#A367C1 (or 0xA367C1) is unknown color: approx Amethyst. HEX triplet: A3, 67 and C1. RGB value is (163,103,193). Sum of RGB (Red+Green+Blue) = 163+103+193=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 103 (40.62% from 255 or 22.44% 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 #A367C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367C1 is #5C983E. Grayscale: #828282. Windows color (decimal): -6068287 or 12674979. OLE color: 12674979.

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

Color convert

RGB163103193-
CMYK0.160.4700.24
HSL280º42.06%58.04%-
HSV(B)280º46.63%75.69%-
XYZ29.5821.3453.01-
YUV131.2162.88150.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 193 (75.78% from 255) = 42.05%
R=35.51%
G=22.44%
B=42.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631031930.160.4700.2428042.0658.04
HexA367C1102F0181182a3a
Octal24314730120570304305272
Binary1010001111001111100000110000101111011000100011000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A367C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A367C1; }

 p { color: rgb(163,103,193); }

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

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

 a { background-color: rgb(163,103,193); }

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

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

 span { border-color: rgb(163,103,193); }

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