#A57BD1

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

Shades of Lilac Bush #A57BD1

Tints of Lilac Bush #A57BD1

Color information

#A57BD1 (or 0xA57BD1) is unknown color: approx Lilac Bush. HEX triplet: A5, 7B and D1. RGB value is (165,123,209). Sum of RGB (Red+Green+Blue) = 165+123+209=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #A57BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57BD1 is #5A842E. Grayscale: #919191. Windows color (decimal): -5932079 or 13728677. OLE color: 13728677.

HSL color Cylindrical-coordinate representation of color #A57BD1: hue angle of 269.3º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A57BD1 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165123209-
CMYK0.210.4100.18
HSL269.3º48.31%65.1%-
HSV(B)269.3º41.15%81.96%-
XYZ34.1126.7763.69-
YUV145.36163.91142.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.20%
GREEN value IS 123 (48.44% from 255) = 24.75%
BLUE value IS 209 (82.03% from 255) = 42.05%
R=33.20%
G=24.75%
B=42.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651232090.210.4100.18269.348.3165.1
HexA57BD1152901210d3041
Octal245173321255102241560101
Binary10100101111101111010001101011010010100101000011011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57BD1; }

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

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

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

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

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

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

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

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