#A95DD7

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

Shades of Amethyst #A95DD7

Tints of Amethyst #A95DD7

Color information

#A95DD7 (or 0xA95DD7) is unknown color: approx Amethyst. HEX triplet: A9, 5D and D7. RGB value is (169,93,215). Sum of RGB (Red+Green+Blue) = 169+93+215=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #A95DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95DD7 is #56A228. Grayscale: #818181. Windows color (decimal): -5677609 or 14114217. OLE color: 14114217.

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

Color convert

RGB16993215-
CMYK0.210.5700.16
HSL277.38º60.4%60.39%-
HSV(B)277.38º56.74%84.31%-
XYZ32.5421.1766.66-
YUV129.63176.18156.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 93 (36.72% from 255) = 19.50%
BLUE value IS 215 (84.38% from 255) = 45.07%
R=35.43%
G=19.50%
B=45.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169932150.210.5700.16277.3860.460.39
HexA95DD715390101153c3c
Octal25113532725710204257474
Binary1010100110111011101011110101111001010000100010101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95DD7; }

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

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

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

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

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

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

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

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