#A160CA

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

Shades of Amethyst #A160CA

Tints of Amethyst #A160CA

Color information

#A160CA (or 0xA160CA) is unknown color: approx Amethyst. HEX triplet: A1, 60 and CA. RGB value is (161,96,202). Sum of RGB (Red+Green+Blue) = 161+96+202=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #A160CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A160CA is #5E9F35. Grayscale: #7F7F7F. Windows color (decimal): -6201142 or 13263009. OLE color: 13263009.

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

Color convert

RGB16196202-
CMYK0.200.5200.21
HSL276.79º50%58.43%-
HSV(B)276.79º52.48%79.22%-
XYZ29.5420.2158.22-
YUV127.52170.03151.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=35.08%
G=20.92%
B=44.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161962020.200.5200.21276.795058.43
HexA160CA1434015115323a
Octal24114031224640254256272
Binary1010000111000001100101010100110100010101100010101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A160CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A160CA; }

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

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

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

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

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

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

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

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