#A253ED

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

Shades of Amethyst #A253ED

Tints of Amethyst #A253ED

Color information

#A253ED (or 0xA253ED) is unknown color: approx Amethyst. HEX triplet: A2, 53 and ED. RGB value is (162,83,237). Sum of RGB (Red+Green+Blue) = 162+83+237=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #A253ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A253ED is #5DAC12. Grayscale: #7B7B7B. Windows color (decimal): -6138899 or 15553442. OLE color: 15553442.

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

Color convert

RGB16283237-
CMYK0.320.6500.07
HSL270.78º81.05%62.75%-
HSV(B)270.78º64.98%92.94%-
XYZ33.2819.9882.22-
YUV124.18191.67154.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.61%
GREEN value IS 83 (32.81% from 255) = 17.22%
BLUE value IS 237 (92.97% from 255) = 49.17%
R=33.61%
G=17.22%
B=49.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162832370.320.6500.07270.7881.0562.75
HexA253ED20410710f513f
Octal242123355401010741712177
Binary10100010101001111101101100000100000101111000011111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A253ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A253ED; }

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

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

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

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

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

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

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

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