#A57ECD

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

Shades of Cold Purple #A57ECD

Tints of Cold Purple #A57ECD

Color information

#A57ECD (or 0xA57ECD) is unknown color: approx Cold Purple. HEX triplet: A5, 7E and CD. RGB value is (165,126,205). Sum of RGB (Red+Green+Blue) = 165+126+205=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #A57ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ECD is #5A8132. Grayscale: #929292. Windows color (decimal): -5931315 or 13467301. OLE color: 13467301.

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

Color convert

RGB165126205-
CMYK0.200.3900.20
HSL269.62º44.13%64.9%-
HSV(B)269.62º38.54%80.39%-
XYZ3427.3361.24-
YUV146.67160.92141.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 126 (49.61% from 255) = 25.40%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=33.27%
G=25.40%
B=41.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651262050.200.3900.20269.6244.1364.9
HexA57ECD142701410e2c41
Octal245176315244702441654101
Binary10100101111111011001101101001001110101001000011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57ECD; }

 p { color: rgb(165,126,205); }

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

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

 a { background-color: rgb(165,126,205); }

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

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

 span { border-color: rgb(165,126,205); }

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