#A163D8

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

Shades of Amethyst #A163D8

Tints of Amethyst #A163D8

Color information

#A163D8 (or 0xA163D8) is unknown color: approx Amethyst. HEX triplet: A1, 63 and D8. RGB value is (161,99,216). Sum of RGB (Red+Green+Blue) = 161+99+216=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 216 - color contains mainly: blue. Hex color #A163D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163D8 is #5E9C27. Grayscale: #828282. Windows color (decimal): -6200360 or 14181281. OLE color: 14181281.

HSL color Cylindrical-coordinate representation of color #A163D8: hue angle of 271.79º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A163D8 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16199216-
CMYK0.250.5400.15
HSL271.79º60%61.76%-
HSV(B)271.79º54.17%84.71%-
XYZ31.5521.4667.44-
YUV130.88176.04149.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 99 (39.06% from 255) = 20.80%
BLUE value IS 216 (84.77% from 255) = 45.38%
R=33.82%
G=20.80%
B=45.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161992160.250.5400.15271.796061.76
HexA163D819360F1103c3e
Octal24114333031660174207476
Binary101000011100011110110001100111011001111100010000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A163D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A163D8; }

 p { color: rgb(161,99,216); }

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

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

 a { background-color: rgb(161,99,216); }

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

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

 span { border-color: rgb(161,99,216); }

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