#a95dd4

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

Shades of Amethyst #A95DD4

Tints of Amethyst #A95DD4

Color information

#A95DD4 (or 0xA95DD4) is unknown color: approx Amethyst. HEX triplet: A9, 5D and D4. RGB value is (169,93,212). Sum of RGB (Red+Green+Blue) = 169+93+212=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 212 - color contains mainly: blue. Hex color #A95DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95DD4 is #56A22B. Grayscale: #808080. Windows color (decimal): -5677612 or 13917609. OLE color: 13917609.

HSL color Cylindrical-coordinate representation of color #A95DD4: hue angle of 278.32º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A95DD4 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16993212-
CMYK0.200.5600.17
HSL278.32º58.05%59.8%-
HSV(B)278.32º56.13%83.14%-
XYZ32.1621.0264.65-
YUV129.29174.68156.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 93 (36.72% from 255) = 19.62%
BLUE value IS 212 (83.20% from 255) = 44.73%
R=35.65%
G=19.62%
B=44.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal169932120.200.5600.17278.3258.0559.8
HexA95DD414380111163a3c
Octal25113532424700214267274
Binary1010100110111011101010010100111000010001100010110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a95dd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a95dd4; }

 p { color: rgb(169,93,212); }

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

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

 a { background-color: rgb(169,93,212); }

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

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

 span { border-color: rgb(169,93,212); }

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