#A57FD1

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

Shades of Cold Purple #A57FD1

Tints of Cold Purple #A57FD1

Color information

#A57FD1 (or 0xA57FD1) is unknown color: approx Cold Purple. HEX triplet: A5, 7F and D1. RGB value is (165,127,209). Sum of RGB (Red+Green+Blue) = 165+127+209=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #A57FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FD1 is #5A802E. Grayscale: #939393. Windows color (decimal): -5931055 or 13729701. OLE color: 13729701.

HSL color Cylindrical-coordinate representation of color #A57FD1: hue angle of 267.8º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A57FD1 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165127209-
CMYK0.210.3900.18
HSL267.8º47.13%65.88%-
HSV(B)267.8º39.23%81.96%-
XYZ34.6227.7863.86-
YUV147.71162.59140.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 127 (50% from 255) = 25.35%
BLUE value IS 209 (82.03% from 255) = 41.72%
R=32.93%
G=25.35%
B=41.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651272090.210.3900.18267.847.1365.88
HexA57FD1152701210c2f42
Octal245177321254702241457102
Binary10100101111111111010001101011001110100101000011001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57FD1; }

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

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

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

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

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

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

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

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