#A95FD5

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

Shades of Amethyst #A95FD5

Tints of Amethyst #A95FD5

Color information

#A95FD5 (or 0xA95FD5) is unknown color: approx Amethyst. HEX triplet: A9, 5F and D5. RGB value is (169,95,213). Sum of RGB (Red+Green+Blue) = 169+95+213=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 213 - color contains mainly: blue. Hex color #A95FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95FD5 is #56A02A. Grayscale: #828282. Windows color (decimal): -5677099 or 13983657. OLE color: 13983657.

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

Color convert

RGB16995213-
CMYK0.210.5500.16
HSL277.63º58.42%60.39%-
HSV(B)277.63º55.4%83.53%-
XYZ32.4621.4265.37-
YUV130.58174.52155.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 95 (37.5% from 255) = 19.92%
BLUE value IS 213 (83.59% from 255) = 44.65%
R=35.43%
G=19.92%
B=44.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169952130.210.5500.16277.6358.4260.39
HexA95FD515370101163a3c
Octal25113732525670204267274
Binary1010100110111111101010110101110111010000100010110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95FD5; }

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

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

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

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

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

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

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

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