#a24ddf

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

Shades of Amethyst #A24DDF

Tints of Amethyst #A24DDF

Color information

#A24DDF (or 0xA24DDF) is unknown color: approx Amethyst. HEX triplet: A2, 4D and DF. RGB value is (162,77,223). Sum of RGB (Red+Green+Blue) = 162+77+223=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #A24DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24DDF is #5DB220. Grayscale: #767676. Windows color (decimal): -6140449 or 14634402. OLE color: 14634402.

HSL color Cylindrical-coordinate representation of color #A24DDF: hue angle of 274.93º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A24DDF is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16277223-
CMYK0.270.6500.13
HSL274.93º69.52%58.82%-
HSV(B)274.93º65.47%87.45%-
XYZ30.8718.3271.72-
YUV119.06186.66158.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.06%
GREEN value IS 77 (30.47% from 255) = 16.67%
BLUE value IS 223 (87.5% from 255) = 48.27%
R=35.06%
G=16.67%
B=48.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162772230.270.6500.13274.9369.5258.82
HexA24DDF1B410D113463b
Octal2421153373310101542310673
Binary10100010100110111011111110111000001011011000100111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a24ddf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a24ddf; }

 p { color: rgb(162,77,223); }

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

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

 a { background-color: rgb(162,77,223); }

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

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

 span { border-color: rgb(162,77,223); }

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