Html Css Color HEX #A57CD3 Lilac Bush

📋 copy color: '#A57CD3'

red 165 ◦ green 124 ◦ blue 211

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

Shades of Lilac Bush #A57CD3

Tints of Lilac Bush #A57CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.2%

R = 33%
G = 24.8%
B = 42.2%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A57CD3 (or 0xA57CD3) is known color: Lilac Bush. HEX triplet: A5, 7C and D3. RGB value is (165,124,211). Sum of RGB (Red+Green+Blue) = 165+124+211=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 211 - color contains mainly: blue. Hex color #A57CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CD3 is #5A832C. Grayscale: #919191. Windows color (decimal): -5931821 or 13860005. OLE color: 13860005.

HSL color Cylindrical-coordinate representation of color #A57CD3: hue angle of 268.28º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A57CD3 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 124 211 -
CMYK 0.22 0.41 0 0.17
HSL 268.28º 0.5% 0.66% -
HSV(B) 268.28º 0.41% 0.83% -
XYZ 34.48 27.12 65.04 -
YUV 146.18 164.58 141.43 -
System Red Green Blue C M Y K H S L
Decimal 165 124 211 0.22 0.41 0 0.17 268.28 0.5 0.66
Hex A5 7C D3 16 29 0 11 10C 32 42
Octal 245 174 323 26 51 0 21 414 62 102
Binary 10100101 1111100 11010011 10110 101001 0 10001 100001100 110010 1000010

Color Harmonies of #A57CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CD3

Black with #A57CD3

Text Example


Text Example

White with #A57CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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