#A25CE9

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

Shades of Amethyst #A25CE9

Tints of Amethyst #A25CE9

Color information

#A25CE9 (or 0xA25CE9) is unknown color: approx Amethyst. HEX triplet: A2, 5C and E9. RGB value is (162,92,233). Sum of RGB (Red+Green+Blue) = 162+92+233=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #A25CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25CE9 is #5DA316. Grayscale: #808080. Windows color (decimal): -6136599 or 15293602. OLE color: 15293602.

HSL color Cylindrical-coordinate representation of color #A25CE9: hue angle of 269.79º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A25CE9 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16292233-
CMYK0.300.6100.09
HSL269.79º76.22%63.73%-
HSV(B)269.79º60.52%91.37%-
XYZ33.4421.2279.42-
YUV129186.69151.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.26%
GREEN value IS 92 (36.33% from 255) = 18.89%
BLUE value IS 233 (91.41% from 255) = 47.84%
R=33.26%
G=18.89%
B=47.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162922330.300.6100.09269.7976.2263.73
HexA25CE91E3D0910e4c40
Octal2421343513675011416114100
Binary10100010101110011101001111101111010100110000111010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25CE9; }

 p { color: rgb(162,92,233); }

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

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

 a { background-color: rgb(162,92,233); }

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

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

 span { border-color: rgb(162,92,233); }

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