#A14FDD

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

Shades of Amethyst #A14FDD

Tints of Amethyst #A14FDD

Color information

#A14FDD (or 0xA14FDD) is unknown color: approx Amethyst. HEX triplet: A1, 4F and DD. RGB value is (161,79,221). Sum of RGB (Red+Green+Blue) = 161+79+221=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #A14FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FDD is #5EB022. Grayscale: #777777. Windows color (decimal): -6205475 or 14503841. OLE color: 14503841.

HSL color Cylindrical-coordinate representation of color #A14FDD: hue angle of 274.65º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A14FDD is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16179221-
CMYK0.270.6400.13
HSL274.65º67.62%58.82%-
HSV(B)274.65º64.25%86.67%-
XYZ30.5518.3970.35-
YUV119.71185.17157.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 79 (31.25% from 255) = 17.14%
BLUE value IS 221 (86.72% from 255) = 47.94%
R=34.92%
G=17.14%
B=47.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161792210.270.6400.13274.6567.6258.82
HexA14FDD1B400D113443b
Octal2411173353310001542310473
Binary10100001100111111011101110111000000011011000100111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14FDD; }

 p { color: rgb(161,79,221); }

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

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

 a { background-color: rgb(161,79,221); }

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

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

 span { border-color: rgb(161,79,221); }

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