#A14FE3

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

Shades of Amethyst #A14FE3

Tints of Amethyst #A14FE3

Color information

#A14FE3 (or 0xA14FE3) is unknown color: approx Amethyst. HEX triplet: A1, 4F and E3. RGB value is (161,79,227). Sum of RGB (Red+Green+Blue) = 161+79+227=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 227 - color contains mainly: blue. Hex color #A14FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FE3 is #5EB01C. Grayscale: #777777. Windows color (decimal): -6205469 or 14897057. OLE color: 14897057.

HSL color Cylindrical-coordinate representation of color #A14FE3: hue angle of 273.24º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A14FE3 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16179227-
CMYK0.290.6500.11
HSL273.24º72.55%60%-
HSV(B)273.24º65.2%89.02%-
XYZ31.3618.7274.63-
YUV120.39188.17156.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.48%
GREEN value IS 79 (31.25% from 255) = 16.92%
BLUE value IS 227 (89.06% from 255) = 48.61%
R=34.48%
G=16.92%
B=48.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal161792270.290.6500.11273.2472.5560
HexA14FE31D410B111493c
Octal2411173433510101342111174
Binary10100001100111111100011111011000001010111000100011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14FE3; }

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

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

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

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

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

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

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

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