#A95DD5

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

Shades of Amethyst #A95DD5

Tints of Amethyst #A95DD5

Color information

#A95DD5 (or 0xA95DD5) is unknown color: approx Amethyst. HEX triplet: A9, 5D and D5. RGB value is (169,93,213). Sum of RGB (Red+Green+Blue) = 169+93+213=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #A95DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95DD5 is #56A22A. Grayscale: #818181. Windows color (decimal): -5677611 or 13983145. OLE color: 13983145.

HSL color Cylindrical-coordinate representation of color #A95DD5: hue angle of 278º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A95DD5 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16993213-
CMYK0.210.5600.16
HSL278º58.82%60%-
HSV(B)278º56.34%83.53%-
XYZ32.2921.0765.32-
YUV129.4175.18156.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 93 (36.72% from 255) = 19.58%
BLUE value IS 213 (83.59% from 255) = 44.84%
R=35.58%
G=19.58%
B=44.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169932130.210.5600.1627858.8260
HexA95DD515380101163b3c
Octal25113532525700204267374
Binary1010100110111011101010110101111000010000100010110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95DD5; }

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

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

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

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

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

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

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

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