#A051EA

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

Shades of Amethyst #A051EA

Tints of Amethyst #A051EA

Color information

#A051EA (or 0xA051EA) is unknown color: approx Amethyst. HEX triplet: A0, 51 and EA. RGB value is (160,81,234). Sum of RGB (Red+Green+Blue) = 160+81+234=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #A051EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A051EA is #5FAE15. Grayscale: #797979. Windows color (decimal): -6270486 or 15356320. OLE color: 15356320.

HSL color Cylindrical-coordinate representation of color #A051EA: hue angle of 270.98º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A051EA is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16081234-
CMYK0.320.6500.08
HSL270.98º78.46%61.76%-
HSV(B)270.98º65.38%91.76%-
XYZ32.2919.379.87-
YUV122.06191.17155.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 81 (32.03% from 255) = 17.05%
BLUE value IS 234 (91.80% from 255) = 49.26%
R=33.68%
G=17.05%
B=49.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal160812340.320.6500.08270.9878.4661.76
HexA051EA20410810f4e3e
Octal2401213524010101041711676
Binary101000001010001111010101000001000001010001000011111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A051EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A051EA; }

 p { color: rgb(160,81,234); }

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

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

 a { background-color: rgb(160,81,234); }

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

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

 span { border-color: rgb(160,81,234); }

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