#A57BCC

Color #A57BCC Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #A57BCC

Tints of Lilac Bush #A57BCC

Color information

#A57BCC (or 0xA57BCC) is unknown color: approx Lilac Bush. HEX triplet: A5, 7B and CC. RGB value is (165,123,204). Sum of RGB (Red+Green+Blue) = 165+123+204=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #A57BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57BCC is #5A8433. Grayscale: #909090. Windows color (decimal): -5932084 or 13400997. OLE color: 13400997.

HSL color Cylindrical-coordinate representation of color #A57BCC: hue angle of 271.11º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A57BCC is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB165123204-
CMYK0.190.4000.2
HSL271.11º44.26%64.12%-
HSV(B)271.11º39.71%80%-
XYZ33.526.5260.48-
YUV144.79161.41142.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 123 (48.44% from 255) = 25%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=33.54%
G=25%
B=41.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1651232040.190.4000.2271.1144.2664.12
HexA57BCC132801410f2c40
Octal245173314235002441754100
Binary10100101111101111001100100111010000101001000011111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57BCC; }

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

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

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

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

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

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

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

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