Html Css Color HEX #A57BD0 Lilac Bush

📋 copy color: '#A57BD0'

red 165 ◦ green 123 ◦ blue 208

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

Shades of Lilac Bush #A57BD0

Tints of Lilac Bush #A57BD0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.8%

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

R = 33.27%
G = 24.8%
B = 41.94%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A57BD0 (or 0xA57BD0) is known color: Lilac Bush. HEX triplet: A5, 7B and D0. RGB value is (165,123,208). Sum of RGB (Red+Green+Blue) = 165+123+208=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #A57BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57BD0 is #5A842F. Grayscale: #909090. Windows color (decimal): -5932080 or 13663141. OLE color: 13663141.

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

Color convert

RGB 165 123 208 -
CMYK 0.21 0.41 0 0.18
HSL 269.65º 0.47% 0.65% -
HSV(B) 269.65º 0.41% 0.82% -
XYZ 33.99 26.72 63.04 -
YUV 145.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 165 123 208 0.21 0.41 0 0.18 269.65 0.47 0.65
Hex A5 7B D0 15 29 0 12 10E 2F 41
Octal 245 173 320 25 51 0 22 416 57 101
Binary 10100101 1111011 11010000 10101 101001 0 10010 100001110 101111 1000001

Color Harmonies of #A57BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57BD0

Black with #A57BD0

Text Example


Text Example

White with #A57BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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