#A24FD6

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

Shades of Amethyst #A24FD6

Tints of Amethyst #A24FD6

Color information

#A24FD6 (or 0xA24FD6) is unknown color: approx Amethyst. HEX triplet: A2, 4F and D6. RGB value is (162,79,214). Sum of RGB (Red+Green+Blue) = 162+79+214=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #A24FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24FD6 is #5DB029. Grayscale: #767676. Windows color (decimal): -6139946 or 14045090. OLE color: 14045090.

HSL color Cylindrical-coordinate representation of color #A24FD6: hue angle of 276.89º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A24FD6 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16279214-
CMYK0.240.6300.16
HSL276.89º62.21%57.45%-
HSV(B)276.89º63.08%83.92%-
XYZ29.8318.1365.55-
YUV119.21181.5158.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 79 (31.25% from 255) = 17.36%
BLUE value IS 214 (83.98% from 255) = 47.03%
R=35.60%
G=17.36%
B=47.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162792140.240.6300.16276.8962.2157.45
HexA24FD6183F0101153e39
Octal24211732630770204257671
Binary1010001010011111101011011000111111010000100010101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24FD6; }

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

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

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

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

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

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

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

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