Html Css Color HEX #A57DD0 Lilac Bush

📋 copy color: '#A57DD0'

red 165 ◦ green 125 ◦ blue 208

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

Shades of Lilac Bush #A57DD0

Tints of Lilac Bush #A57DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.77%

R = 33.13%
G = 25.1%
B = 41.77%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A57DD0 (or 0xA57DD0) is known color: Lilac Bush. HEX triplet: A5, 7D and D0. RGB value is (165,125,208). Sum of RGB (Red+Green+Blue) = 165+125+208=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #A57DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57DD0 is #5A822F. Grayscale: #929292. Windows color (decimal): -5931568 or 13663653. OLE color: 13663653.

HSL color Cylindrical-coordinate representation of color #A57DD0: hue angle of 268.92º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A57DD0 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 125 208 -
CMYK 0.21 0.40 0 0.18
HSL 268.92º 0.47% 0.65% -
HSV(B) 268.92º 0.4% 0.82% -
XYZ 34.24 27.22 63.12 -
YUV 146.42 162.75 141.25 -
System Red Green Blue C M Y K H S L
Decimal 165 125 208 0.21 0.40 0 0.18 268.92 0.47 0.65
Hex A5 7D D0 15 28 0 12 10D 2F 41
Octal 245 175 320 25 50 0 22 415 57 101
Binary 10100101 1111101 11010000 10101 101000 0 10010 100001101 101111 1000001

Color Harmonies of #A57DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57DD0

Black with #A57DD0

Text Example


Text Example

White with #A57DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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