#A25FDD

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

Shades of Amethyst #A25FDD

Tints of Amethyst #A25FDD

Color information

#A25FDD (or 0xA25FDD) is unknown color: approx Amethyst. HEX triplet: A2, 5F and DD. RGB value is (162,95,221). Sum of RGB (Red+Green+Blue) = 162+95+221=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #A25FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FDD is #5DA022. Grayscale: #808080. Windows color (decimal): -6135843 or 14507938. OLE color: 14507938.

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

Color convert

RGB16295221-
CMYK0.270.5700.13
HSL271.9º64.95%61.96%-
HSV(B)271.9º57.01%86.67%-
XYZ32.0421.0970.79-
YUV129.4179.7151.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 95 (37.5% from 255) = 19.87%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=33.89%
G=19.87%
B=46.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162952210.270.5700.13271.964.9561.96
HexA25FDD1B390D110413e
Octal242137335337101542010176
Binary1010001010111111101110111011111001011011000100001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25FDD; }

 p { color: rgb(162,95,221); }

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

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

 a { background-color: rgb(162,95,221); }

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

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

 span { border-color: rgb(162,95,221); }

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