#A57FCF

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

Shades of Cold Purple #A57FCF

Tints of Cold Purple #A57FCF

Color information

#A57FCF (or 0xA57FCF) is unknown color: approx Cold Purple. HEX triplet: A5, 7F and CF. RGB value is (165,127,207). Sum of RGB (Red+Green+Blue) = 165+127+207=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #A57FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FCF is #5A8030. Grayscale: #939393. Windows color (decimal): -5931057 or 13598629. OLE color: 13598629.

HSL color Cylindrical-coordinate representation of color #A57FCF: hue angle of 268.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A57FCF is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165127207-
CMYK0.200.3900.19
HSL268.5º45.45%65.49%-
HSV(B)268.5º38.65%81.18%-
XYZ34.3727.6862.56-
YUV147.48161.59140.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.07%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=33.07%
G=25.45%
B=41.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651272070.200.3900.19268.545.4565.49
HexA57FCF142701310c2d41
Octal245177317244702341455101
Binary10100101111111111001111101001001110100111000011001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57FCF; }

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

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

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

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

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

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

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

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