#A451E2

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

Shades of Amethyst #A451E2

Tints of Amethyst #A451E2

Color information

#A451E2 (or 0xA451E2) is unknown color: approx Amethyst. HEX triplet: A4, 51 and E2. RGB value is (164,81,226). Sum of RGB (Red+Green+Blue) = 164+81+226=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 226 - color contains mainly: blue. Hex color #A451E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451E2 is #5BAE1D. Grayscale: #797979. Windows color (decimal): -6008350 or 14832036. OLE color: 14832036.

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

Color convert

RGB16481226-
CMYK0.270.6400.11
HSL274.34º71.43%60.2%-
HSV(B)274.34º64.16%88.63%-
XYZ31.9819.2773.99-
YUV122.35186.5157.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 81 (32.03% from 255) = 17.20%
BLUE value IS 226 (88.67% from 255) = 47.98%
R=34.82%
G=17.20%
B=47.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal164812260.270.6400.11274.3471.4360.2
HexA451E21B400B112473c
Octal2441213423310001342210774
Binary10100100101000111100010110111000000010111000100101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A451E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A451E2; }

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

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

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

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

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

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

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

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