Html Css Color HEX #A57CCF Lilac Bush

📋 copy color: '#A57CCF'

red 165 ◦ green 124 ◦ blue 207

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

Shades of Lilac Bush #A57CCF

Tints of Lilac Bush #A57CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25%

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 33.27%
G = 25%
B = 41.73%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A57CCF (or 0xA57CCF) is known color: Lilac Bush. HEX triplet: A5, 7C and CF. RGB value is (165,124,207). Sum of RGB (Red+Green+Blue) = 165+124+207=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #A57CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CCF is #5A8330. Grayscale: #919191. Windows color (decimal): -5931825 or 13597861. OLE color: 13597861.

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

Color convert

RGB 165 124 207 -
CMYK 0.20 0.40 0 0.19
HSL 269.64º 0.46% 0.65% -
HSV(B) 269.64º 0.4% 0.81% -
XYZ 33.99 26.92 62.44 -
YUV 145.72 162.58 141.75 -
System Red Green Blue C M Y K H S L
Decimal 165 124 207 0.20 0.40 0 0.19 269.64 0.46 0.65
Hex A5 7C CF 14 28 0 13 10E 2E 41
Octal 245 174 317 24 50 0 23 416 56 101
Binary 10100101 1111100 11001111 10100 101000 0 10011 100001110 101110 1000001

Color Harmonies of #A57CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CCF

Black with #A57CCF

Text Example


Text Example

White with #A57CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CCF; }

 p { color: rgb(165,124,207); }

 H1.HeaderClassName
 {
   color: #A57CCF;
 }
 .AnyTagClassName
 {
   color: #A57CCF;
 }
</style>

background-color css

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

 a { background-color: rgb(165,124,207); }

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

border-color css

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

 span { border-color: rgb(165,124,207); }

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