#A57BD0

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

Shades of Lilac Bush #A57BD0

Tints of Lilac Bush #A57BD0

Color information

#A57BD0 (or 0xA57BD0) is unknown color: approx Lilac Bush. HEX triplet: A5, 7B and D0. RGB value is (165,123,208). Sum of RGB (Red+Green+Blue) = 165+123+208=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #A57BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57BD0 is #5A842F. Grayscale: #909090. Windows color (decimal): -5932080 or 13663141. OLE color: 13663141.

HSL color Cylindrical-coordinate representation of color #A57BD0: hue angle of 269.65º degrees, saturation: 0.47, 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 #A57BD0 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165123208-
CMYK0.210.4100.18
HSL269.65º47.49%64.9%-
HSV(B)269.65º40.87%81.57%-
XYZ33.9926.7263.04-
YUV145.25163.41142.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 123 (48.44% from 255) = 24.80%
BLUE value IS 208 (81.64% from 255) = 41.94%
R=33.27%
G=24.80%
B=41.94%

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
Decimal1651232080.210.4100.18269.6547.4964.9
HexA57BD0152901210e2f41
Octal245173320255102241657101
Binary10100101111101111010000101011010010100101000011101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57BD0; }

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

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

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

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

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

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

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

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