#A25DD1

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

Shades of Amethyst #A25DD1

Tints of Amethyst #A25DD1

Color information

#A25DD1 (or 0xA25DD1) is unknown color: approx Amethyst. HEX triplet: A2, 5D and D1. RGB value is (162,93,209). Sum of RGB (Red+Green+Blue) = 162+93+209=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #A25DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DD1 is #5DA22E. Grayscale: #7E7E7E. Windows color (decimal): -6136367 or 13720994. OLE color: 13720994.

HSL color Cylindrical-coordinate representation of color #A25DD1: hue angle of 275.69º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A25DD1 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16293209-
CMYK0.220.5600.18
HSL275.69º55.77%59.22%-
HSV(B)275.69º55.5%81.96%-
XYZ30.3220.1162.61-
YUV126.85174.36153.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 93 (36.72% from 255) = 20.04%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=34.91%
G=20.04%
B=45.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162932090.220.5600.18275.6955.7759.22
HexA25DD11638012114383b
Octal24213532126700224247073
Binary1010001010111011101000110110111000010010100010100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25DD1; }

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

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

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

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

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

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

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

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