#A163CA

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

Shades of Amethyst #A163CA

Tints of Amethyst #A163CA

Color information

#A163CA (or 0xA163CA) is unknown color: approx Amethyst. HEX triplet: A1, 63 and CA. RGB value is (161,99,202). Sum of RGB (Red+Green+Blue) = 161+99+202=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #A163CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163CA is #5E9C35. Grayscale: #808080. Windows color (decimal): -6200374 or 13263777. OLE color: 13263777.

HSL color Cylindrical-coordinate representation of color #A163CA: hue angle of 276.12º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A163CA is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16199202-
CMYK0.200.5100.21
HSL276.12º49.28%59.02%-
HSV(B)276.12º50.99%79.22%-
XYZ29.8220.7758.31-
YUV129.28169.04150.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 99 (39.06% from 255) = 21.43%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=34.85%
G=21.43%
B=43.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161992020.200.5100.21276.1249.2859.02
HexA163CA1433015114313b
Octal24114331224630254246173
Binary1010000111000111100101010100110011010101100010100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A163CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A163CA; }

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

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

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

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

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

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

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

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