#A14CE5

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

Shades of Amethyst #A14CE5

Tints of Amethyst #A14CE5

Color information

#A14CE5 (or 0xA14CE5) is unknown color: approx Amethyst. HEX triplet: A1, 4C and E5. RGB value is (161,76,229). Sum of RGB (Red+Green+Blue) = 161+76+229=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #A14CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CE5 is #5EB31A. Grayscale: #767676. Windows color (decimal): -6206235 or 15027361. OLE color: 15027361.

HSL color Cylindrical-coordinate representation of color #A14CE5: hue angle of 273.33º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A14CE5 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16176229-
CMYK0.300.6700.10
HSL273.33º74.63%59.8%-
HSV(B)273.33º66.81%89.8%-
XYZ31.4318.476.02-
YUV118.86190.16158.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 76 (30.08% from 255) = 16.31%
BLUE value IS 229 (89.84% from 255) = 49.14%
R=34.55%
G=16.31%
B=49.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal161762290.300.6700.10273.3374.6359.8
HexA14CE51E430A1114b3c
Octal2411143453610301242111374
Binary10100001100110011100101111101000011010101000100011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14CE5; }

 p { color: rgb(161,76,229); }

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

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

 a { background-color: rgb(161,76,229); }

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

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

 span { border-color: rgb(161,76,229); }

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