Html Css Color HEX #A57DD1 Lilac Bush

📋 copy color: '#A57DD1'

red 165 ◦ green 125 ◦ blue 209

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

Shades of Lilac Bush #A57DD1

Tints of Lilac Bush #A57DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.88%

R = 33.07%
G = 25.05%
B = 41.88%

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

#A57DD1 (or 0xA57DD1) is known color: Lilac Bush. HEX triplet: A5, 7D and D1. RGB value is (165,125,209). Sum of RGB (Red+Green+Blue) = 165+125+209=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #A57DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57DD1 is #5A822E. Grayscale: #929292. Windows color (decimal): -5931567 or 13729189. OLE color: 13729189.

HSL color Cylindrical-coordinate representation of color #A57DD1: hue angle of 268.57º degrees, saturation: 0.48, 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 #A57DD1 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 125 209 -
CMYK 0.21 0.40 0 0.18
HSL 268.57º 0.48% 0.65% -
HSV(B) 268.57º 0.4% 0.82% -
XYZ 34.36 27.27 63.77 -
YUV 146.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 165 125 209 0.21 0.40 0 0.18 268.57 0.48 0.65
Hex A5 7D D1 15 28 0 12 10D 30 41
Octal 245 175 321 25 50 0 22 415 60 101
Binary 10100101 1111101 11010001 10101 101000 0 10010 100001101 110000 1000001

Color Harmonies of #A57DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57DD1

Black with #A57DD1

Text Example


Text Example

White with #A57DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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