#A25DE8

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

Shades of Amethyst #A25DE8

Tints of Amethyst #A25DE8

Color information

#A25DE8 (or 0xA25DE8) is unknown color: approx Amethyst. HEX triplet: A2, 5D and E8. RGB value is (162,93,232). Sum of RGB (Red+Green+Blue) = 162+93+232=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #A25DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25DE8 is #5DA217. Grayscale: #808080. Windows color (decimal): -6136344 or 15228322. OLE color: 15228322.

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

Color convert

RGB16293232-
CMYK0.300.6000.09
HSL269.78º75.14%63.73%-
HSV(B)269.78º59.91%90.98%-
XYZ33.3821.3478.7-
YUV129.48185.86151.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.26%
GREEN value IS 93 (36.72% from 255) = 19.10%
BLUE value IS 232 (91.02% from 255) = 47.64%
R=33.26%
G=19.10%
B=47.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162932320.300.6000.09269.7875.1463.73
HexA25DE81E3C0910e4b40
Octal2421353503674011416113100
Binary10100010101110111101000111101111000100110000111010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25DE8; }

 p { color: rgb(162,93,232); }

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

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

 a { background-color: rgb(162,93,232); }

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

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

 span { border-color: rgb(162,93,232); }

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