#A24FD5

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

Shades of Amethyst #A24FD5

Tints of Amethyst #A24FD5

Color information

#A24FD5 (or 0xA24FD5) is unknown color: approx Amethyst. HEX triplet: A2, 4F and D5. RGB value is (162,79,213). Sum of RGB (Red+Green+Blue) = 162+79+213=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #A24FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24FD5 is #5DB02A. Grayscale: #767676. Windows color (decimal): -6139947 or 13979554. OLE color: 13979554.

HSL color Cylindrical-coordinate representation of color #A24FD5: hue angle of 277.16º degrees, saturation: 0.61, 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 #A24FD5 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16279213-
CMYK0.240.6300.16
HSL277.16º61.47%57.25%-
HSV(B)277.16º62.91%83.53%-
XYZ29.7118.0864.87-
YUV119.09181158.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 79 (31.25% from 255) = 17.40%
BLUE value IS 213 (83.59% from 255) = 46.92%
R=35.68%
G=17.40%
B=46.92%

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
Decimal162792130.240.6300.16277.1661.4757.25
HexA24FD5183F0101153d39
Octal24211732530770204257571
Binary1010001010011111101010111000111111010000100010101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24FD5; }

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

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

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

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

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

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

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

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