#A95FDD

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

Shades of Amethyst #A95FDD

Tints of Amethyst #A95FDD

Color information

#A95FDD (or 0xA95FDD) is unknown color: approx Amethyst. HEX triplet: A9, 5F and DD. RGB value is (169,95,221). Sum of RGB (Red+Green+Blue) = 169+95+221=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #A95FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95FDD is #56A022. Grayscale: #838383. Windows color (decimal): -5677091 or 14507945. OLE color: 14507945.

HSL color Cylindrical-coordinate representation of color #A95FDD: hue angle of 275.24º 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 #A95FDD is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16995221-
CMYK0.240.5700.13
HSL275.24º64.95%61.96%-
HSV(B)275.24º57.01%86.67%-
XYZ33.5121.8470.86-
YUV131.49178.52154.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 95 (37.5% from 255) = 19.59%
BLUE value IS 221 (86.72% from 255) = 45.57%
R=34.85%
G=19.59%
B=45.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169952210.240.5700.13275.2464.9561.96
HexA95FDD18390D113413e
Octal251137335307101542310176
Binary1010100110111111101110111000111001011011000100111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95FDD; }

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

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

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

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

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

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

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

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