#A55FCF

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

Shades of Amethyst #A55FCF

Tints of Amethyst #A55FCF

Color information

#A55FCF (or 0xA55FCF) is unknown color: approx Amethyst. HEX triplet: A5, 5F and CF. RGB value is (165,95,207). Sum of RGB (Red+Green+Blue) = 165+95+207=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #A55FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FCF is #5AA030. Grayscale: #808080. Windows color (decimal): -5939249 or 13590437. OLE color: 13590437.

HSL color Cylindrical-coordinate representation of color #A55FCF: hue angle of 277.5º 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 #A55FCF is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16595207-
CMYK0.200.5400.19
HSL277.5º53.85%59.22%-
HSV(B)277.5º54.11%81.18%-
XYZ30.8720.6961.4-
YUV128.7172.19153.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 95 (37.5% from 255) = 20.34%
BLUE value IS 207 (81.25% from 255) = 44.33%
R=35.33%
G=20.34%
B=44.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165952070.200.5400.19277.553.8559.22
HexA55FCF1436013116363b
Octal24513731724660234266673
Binary1010010110111111100111110100110110010011100010110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55FCF; }

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

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

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

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

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

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

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

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