#A24EE8

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

Shades of Amethyst #A24EE8

Tints of Amethyst #A24EE8

Color information

#A24EE8 (or 0xA24EE8) is unknown color: approx Amethyst. HEX triplet: A2, 4E and E8. RGB value is (162,78,232). Sum of RGB (Red+Green+Blue) = 162+78+232=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #A24EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24EE8 is #5DB117. Grayscale: #787878. Windows color (decimal): -6140184 or 15224482. OLE color: 15224482.

HSL color Cylindrical-coordinate representation of color #A24EE8: hue angle of 272.73º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A24EE8 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16278232-
CMYK0.300.6600.09
HSL272.73º77%60.78%-
HSV(B)272.73º66.38%90.98%-
XYZ32.1918.9678.31-
YUV120.67190.83157.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.32%
GREEN value IS 78 (30.86% from 255) = 16.53%
BLUE value IS 232 (91.02% from 255) = 49.15%
R=34.32%
G=16.53%
B=49.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162782320.300.6600.09272.737760.78
HexA24EE81E42091114d3d
Octal2421163503610201142111575
Binary10100010100111011101000111101000010010011000100011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24EE8; }

 p { color: rgb(162,78,232); }

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

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

 a { background-color: rgb(162,78,232); }

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

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

 span { border-color: rgb(162,78,232); }

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