#A163CD

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

Shades of Amethyst #A163CD

Tints of Amethyst #A163CD

Color information

#A163CD (or 0xA163CD) is unknown color: approx Amethyst. HEX triplet: A1, 63 and CD. RGB value is (161,99,205). Sum of RGB (Red+Green+Blue) = 161+99+205=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #A163CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163CD is #5E9C32. Grayscale: #818181. Windows color (decimal): -6200371 or 13460385. OLE color: 13460385.

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

Color convert

RGB16199205-
CMYK0.210.5200.20
HSL275.09º51.46%59.61%-
HSV(B)275.09º51.71%80.39%-
XYZ30.1820.9160.2-
YUV129.62170.54150.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 99 (39.06% from 255) = 21.29%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=34.62%
G=21.29%
B=44.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161992050.210.5200.20275.0951.4659.61
HexA163CD1534014113333c
Octal24114331525640244236374
Binary1010000111000111100110110101110100010100100010011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A163CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A163CD; }

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

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

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

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

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

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

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

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