#A95FCF

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

Shades of Amethyst #A95FCF

Tints of Amethyst #A95FCF

Color information

#A95FCF (or 0xA95FCF) is unknown color: approx Amethyst. HEX triplet: A9, 5F and CF. RGB value is (169,95,207). Sum of RGB (Red+Green+Blue) = 169+95+207=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #A95FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95FCF is #56A030. Grayscale: #818181. Windows color (decimal): -5677105 or 13590441. OLE color: 13590441.

HSL color Cylindrical-coordinate representation of color #A95FCF: hue angle of 279.64º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A95FCF is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16995207-
CMYK0.180.5400.19
HSL279.64º53.85%59.22%-
HSV(B)279.64º54.11%81.18%-
XYZ31.7221.1261.44-
YUV129.89171.52155.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 95 (37.5% from 255) = 20.17%
BLUE value IS 207 (81.25% from 255) = 43.95%
R=35.88%
G=20.17%
B=43.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal169952070.180.5400.19279.6453.8559.22
HexA95FCF1236013118363b
Octal25113731722660234306673
Binary1010100110111111100111110010110110010011100011000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95FCF; }

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

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

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

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

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

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

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

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