#A250DE

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

Shades of Amethyst #A250DE

Tints of Amethyst #A250DE

Color information

#A250DE (or 0xA250DE) is unknown color: approx Amethyst. HEX triplet: A2, 50 and DE. RGB value is (162,80,222). Sum of RGB (Red+Green+Blue) = 162+80+222=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #A250DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250DE is #5DAF21. Grayscale: #787878. Windows color (decimal): -6139682 or 14569634. OLE color: 14569634.

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

Color convert

RGB16280222-
CMYK0.270.6400.13
HSL274.65º68.27%59.22%-
HSV(B)274.65º63.96%87.06%-
XYZ30.9518.6971.08-
YUV120.71185.17157.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 80 (31.64% from 255) = 17.24%
BLUE value IS 222 (87.11% from 255) = 47.84%
R=34.91%
G=17.24%
B=47.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162802220.270.6400.13274.6568.2759.22
HexA250DE1B400D113443b
Octal2421203363310001542310473
Binary10100010101000011011110110111000000011011000100111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A250DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A250DE; }

 p { color: rgb(162,80,222); }

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

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

 a { background-color: rgb(162,80,222); }

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

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

 span { border-color: rgb(162,80,222); }

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