#A25ADA

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

Shades of Amethyst #A25ADA

Tints of Amethyst #A25ADA

Color information

#A25ADA (or 0xA25ADA) is unknown color: approx Amethyst. HEX triplet: A2, 5A and DA. RGB value is (162,90,218). Sum of RGB (Red+Green+Blue) = 162+90+218=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #A25ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ADA is #5DA525. Grayscale: #7D7D7D. Windows color (decimal): -6137126 or 14310050. OLE color: 14310050.

HSL color Cylindrical-coordinate representation of color #A25ADA: hue angle of 273.75º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A25ADA is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16290218-
CMYK0.260.5900.15
HSL273.75º63.37%60.39%-
HSV(B)273.75º58.72%85.49%-
XYZ31.2120.0668.56-
YUV126.12179.85153.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 90 (35.55% from 255) = 19.15%
BLUE value IS 218 (85.55% from 255) = 46.38%
R=34.47%
G=19.15%
B=46.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal162902180.260.5900.15273.7563.3760.39
HexA25ADA1A3B0F1123f3c
Octal24213233232730174227774
Binary101000101011010110110101101011101101111100010010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25ADA; }

 p { color: rgb(162,90,218); }

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

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

 a { background-color: rgb(162,90,218); }

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

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

 span { border-color: rgb(162,90,218); }

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