Html Css Color HEX #A57DCE Lilac Bush

📋 copy color: '#A57DCE'

red 165 ◦ green 125 ◦ blue 206

#A57DCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac Bush #A57DCE

Tints of Lilac Bush #A57DCE

RGB

 RED value IS 165 (64.84% from 255) = 33.27%

 GREEN value IS 125 (49.22% from 255) = 25.2%

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 33.27%
G = 25.2%
B = 41.53%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A57DCE (or 0xA57DCE) is known color: 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

RGB 165 125 206 -
CMYK 0.20 0.39 0 0.19
HSL 269.63º 0.45% 0.65% -
HSV(B) 269.63º 0.39% 0.81% -
XYZ 33.99 27.12 61.84 -
YUV 146.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 165 125 206 0.20 0.39 0 0.19 269.63 0.45 0.65
Hex A5 7D CE 14 27 0 13 10E 2D 41
Octal 245 175 316 24 47 0 23 416 55 101
Binary 10100101 1111101 11001110 10100 100111 0 10011 100001110 101101 1000001

Color Harmonies of #A57DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57DCE

Black with #A57DCE

Text Example


Text Example

White with #A57DCE

Text Example


Text Example

HTML Codes & Css Web 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>