#A57ECA

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

Shades of Cold Purple #A57ECA

Tints of Cold Purple #A57ECA

Color information

#A57ECA (or 0xA57ECA) is unknown color: approx Cold Purple. HEX triplet: A5, 7E and CA. RGB value is (165,126,202). Sum of RGB (Red+Green+Blue) = 165+126+202=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #A57ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ECA is #5A8135. Grayscale: #929292. Windows color (decimal): -5931318 or 13270693. OLE color: 13270693.

HSL color Cylindrical-coordinate representation of color #A57ECA: hue angle of 270.79º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A57ECA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165126202-
CMYK0.180.3800.21
HSL270.79º41.76%64.31%-
HSV(B)270.79º37.62%79.22%-
XYZ33.6427.1959.35-
YUV146.32159.42141.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 126 (49.61% from 255) = 25.56%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=33.47%
G=25.56%
B=40.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651262020.180.3800.21270.7941.7664.31
HexA57ECA122601510f2a40
Octal245176312224602541752100
Binary10100101111111011001010100101001100101011000011111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57ECA; }

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

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

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

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

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

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

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

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