#A24FEE

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

Shades of Amethyst #A24FEE

Tints of Amethyst #A24FEE

Color information

#A24FEE (or 0xA24FEE) is unknown color: approx Amethyst. HEX triplet: A2, 4F and EE. RGB value is (162,79,238). Sum of RGB (Red+Green+Blue) = 162+79+238=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #A24FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A24FEE is #5DB011. Grayscale: #797979. Windows color (decimal): -6139922 or 15617954. OLE color: 15617954.

HSL color Cylindrical-coordinate representation of color #A24FEE: hue angle of 271.32º 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 #A24FEE is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16279238-
CMYK0.320.6700.07
HSL271.32º82.38%62.16%-
HSV(B)271.32º66.81%93.33%-
XYZ33.1319.4582.9-
YUV121.94193.5156.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 79 (31.25% from 255) = 16.49%
BLUE value IS 238 (93.36% from 255) = 49.69%
R=33.82%
G=16.49%
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
Decimal162792380.320.6700.07271.3282.3862.16
HexA24FEE20430710f523e
Octal242117356401030741712276
Binary10100010100111111101110100000100001101111000011111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24FEE; }

 p { color: rgb(162,79,238); }

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

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

 a { background-color: rgb(162,79,238); }

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

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

 span { border-color: rgb(162,79,238); }

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