#A451E0

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

Shades of Amethyst #A451E0

Tints of Amethyst #A451E0

Color information

#A451E0 (or 0xA451E0) is unknown color: approx Amethyst. HEX triplet: A4, 51 and E0. RGB value is (164,81,224). Sum of RGB (Red+Green+Blue) = 164+81+224=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #A451E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451E0 is #5BAE1F. Grayscale: #797979. Windows color (decimal): -6008352 or 14700964. OLE color: 14700964.

HSL color Cylindrical-coordinate representation of color #A451E0: hue angle of 274.83º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A451E0 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16481224-
CMYK0.270.6400.12
HSL274.83º69.76%59.8%-
HSV(B)274.83º63.84%87.84%-
XYZ31.7119.1672.55-
YUV122.12185.5157.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 81 (32.03% from 255) = 17.27%
BLUE value IS 224 (87.89% from 255) = 47.76%
R=34.97%
G=17.27%
B=47.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal164812240.270.6400.12274.8369.7659.8
HexA451E01B400C113463c
Octal2441213403310001442310674
Binary10100100101000111100000110111000000011001000100111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A451E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A451E0; }

 p { color: rgb(164,81,224); }

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

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

 a { background-color: rgb(164,81,224); }

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

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

 span { border-color: rgb(164,81,224); }

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