#A57DCE

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

Shades of Lilac Bush #A57DCE

Tints of Lilac Bush #A57DCE

Color information

#A57DCE (or 0xA57DCE) is unknown color: approx Lilac Bush. HEX triplet: A5, 7D and CE. RGB value is (165,125,206). Sum of RGB (Red+Green+Blue) = 165+125+206=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #A57DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57DCE is #5A8231. Grayscale: #919191. Windows color (decimal): -5931570 or 13532581. OLE color: 13532581.

HSL color Cylindrical-coordinate representation of color #A57DCE: hue angle of 269.63º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A57DCE is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165125206-
CMYK0.200.3900.19
HSL269.63º45.25%64.9%-
HSV(B)269.63º39.32%80.78%-
XYZ33.9927.1261.84-
YUV146.19161.75141.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 125 (49.22% from 255) = 25.20%
BLUE value IS 206 (80.86% from 255) = 41.53%
R=33.27%
G=25.20%
B=41.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651252060.200.3900.19269.6345.2564.9
HexA57DCE142701310e2d41
Octal245175316244702341655101
Binary10100101111110111001110101001001110100111000011101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57DCE; }

 p { color: rgb(165,125,206); }

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

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

 a { background-color: rgb(165,125,206); }

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

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

 span { border-color: rgb(165,125,206); }

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