#A24EED

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

Shades of Amethyst #A24EED

Tints of Amethyst #A24EED

Color information

#A24EED (or 0xA24EED) is unknown color: approx Amethyst. HEX triplet: A2, 4E and ED. RGB value is (162,78,237). Sum of RGB (Red+Green+Blue) = 162+78+237=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #A24EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24EED is #5DB112. Grayscale: #787878. Windows color (decimal): -6140179 or 15552162. OLE color: 15552162.

HSL color Cylindrical-coordinate representation of color #A24EED: hue angle of 271.7º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A24EED is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16278237-
CMYK0.320.6700.07
HSL271.7º81.54%61.76%-
HSV(B)271.7º67.09%92.94%-
XYZ32.9119.2482.1-
YUV121.24193.33157.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 78 (30.86% from 255) = 16.35%
BLUE value IS 237 (92.97% from 255) = 49.69%
R=33.96%
G=16.35%
B=49.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162782370.320.6700.07271.781.5461.76
HexA24EED204307110523e
Octal242116355401030742012276
Binary10100010100111011101101100000100001101111000100001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24EED; }

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

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

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

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

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

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

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

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