#A57ECC

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

Shades of Cold Purple #A57ECC

Tints of Cold Purple #A57ECC

Color information

#A57ECC (or 0xA57ECC) is unknown color: approx Cold Purple. HEX triplet: A5, 7E and CC. RGB value is (165,126,204). Sum of RGB (Red+Green+Blue) = 165+126+204=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #A57ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ECC is #5A8133. Grayscale: #929292. Windows color (decimal): -5931316 or 13401765. OLE color: 13401765.

HSL color Cylindrical-coordinate representation of color #A57ECC: hue angle of 270º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A57ECC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB165126204-
CMYK0.190.3800.2
HSL270º43.33%64.71%-
HSV(B)270º38.24%80%-
XYZ33.8827.2860.61-
YUV146.55160.42141.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 126 (49.61% from 255) = 25.45%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=33.33%
G=25.45%
B=41.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1651262040.190.3800.227043.3364.71
HexA57ECC132601410e2b41
Octal245176314234602441653101
Binary10100101111111011001100100111001100101001000011101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57ECC; }

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

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

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

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

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

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

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

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