#A254EC

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

Shades of Amethyst #A254EC

Tints of Amethyst #A254EC

Color information

#A254EC (or 0xA254EC) is unknown color: approx Amethyst. HEX triplet: A2, 54 and EC. RGB value is (162,84,236). Sum of RGB (Red+Green+Blue) = 162+84+236=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #A254EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A254EC is #5DAB13. Grayscale: #7C7C7C. Windows color (decimal): -6138644 or 15488162. OLE color: 15488162.

HSL color Cylindrical-coordinate representation of color #A254EC: hue angle of 270.79º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A254EC is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16284236-
CMYK0.310.6400.07
HSL270.79º80%62.75%-
HSV(B)270.79º64.41%92.55%-
XYZ33.2120.0881.48-
YUV124.65190.84154.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.61%
GREEN value IS 84 (33.20% from 255) = 17.43%
BLUE value IS 236 (92.58% from 255) = 48.96%
R=33.61%
G=17.43%
B=48.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162842360.310.6400.07270.798062.75
HexA254EC1F400710f503f
Octal242124354371000741712077
Binary1010001010101001110110011111100000001111000011111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A254EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A254EC; }

 p { color: rgb(162,84,236); }

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

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

 a { background-color: rgb(162,84,236); }

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

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

 span { border-color: rgb(162,84,236); }

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