#A57ECF

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

Shades of Cold Purple #A57ECF

Tints of Cold Purple #A57ECF

Color information

#A57ECF (or 0xA57ECF) is unknown color: approx Cold Purple. HEX triplet: A5, 7E and CF. RGB value is (165,126,207). Sum of RGB (Red+Green+Blue) = 165+126+207=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #A57ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ECF is #5A8130. Grayscale: #929292. Windows color (decimal): -5931313 or 13598373. OLE color: 13598373.

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

Color convert

RGB165126207-
CMYK0.200.3900.19
HSL268.89º45.76%65.29%-
HSV(B)268.89º39.13%81.18%-
XYZ34.2427.4362.52-
YUV146.9161.92140.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 126 (49.61% from 255) = 25.30%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=33.13%
G=25.30%
B=41.57%

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
Decimal1651262070.200.3900.19268.8945.7665.29
HexA57ECF142701310d2e41
Octal245176317244702341556101
Binary10100101111111011001111101001001110100111000011011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57ECF; }

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

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

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

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

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

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

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

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