#A95FD7

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

Shades of Amethyst #A95FD7

Tints of Amethyst #A95FD7

Color information

#A95FD7 (or 0xA95FD7) is unknown color: approx Amethyst. HEX triplet: A9, 5F and D7. RGB value is (169,95,215). Sum of RGB (Red+Green+Blue) = 169+95+215=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #A95FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95FD7 is #56A028. Grayscale: #828282. Windows color (decimal): -5677097 or 14114729. OLE color: 14114729.

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

Color convert

RGB16995215-
CMYK0.210.5600.16
HSL277º60%60.78%-
HSV(B)277º55.81%84.31%-
XYZ32.7221.5366.72-
YUV130.81175.52155.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 95 (37.5% from 255) = 19.83%
BLUE value IS 215 (84.38% from 255) = 44.89%
R=35.28%
G=19.83%
B=44.89%

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
Decimal169952150.210.5600.162776060.78
HexA95FD715380101153c3d
Octal25113732725700204257475
Binary1010100110111111101011110101111000010000100010101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95FD7; }

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

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

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

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

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

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

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

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