Html Css Color HEX #A57BCD Lilac Bush

📋 copy color: '#A57BCD'

red 165 ◦ green 123 ◦ blue 205

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

Shades of Lilac Bush #A57BCD

Tints of Lilac Bush #A57BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 33.47%
G = 24.95%
B = 41.58%

CMYK

 C value IS 0.20

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A57BCD (or 0xA57BCD) is known color: Lilac Bush. HEX triplet: A5, 7B and CD. RGB value is (165,123,205). Sum of RGB (Red+Green+Blue) = 165+123+205=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #A57BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57BCD is #5A8432. Grayscale: #909090. Windows color (decimal): -5932083 or 13466533. OLE color: 13466533.

HSL color Cylindrical-coordinate representation of color #A57BCD: hue angle of 270.73º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A57BCD is Cyan = 0.20, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 123 205 -
CMYK 0.20 0.4 0 0.20
HSL 270.73º 0.45% 0.64% -
HSV(B) 270.73º 0.4% 0.8% -
XYZ 33.62 26.57 61.11 -
YUV 144.91 161.91 142.33 -
System Red Green Blue C M Y K H S L
Decimal 165 123 205 0.20 0.4 0 0.20 270.73 0.45 0.64
Hex A5 7B CD 14 28 0 14 10F 2D 40
Octal 245 173 315 24 50 0 24 417 55 100
Binary 10100101 1111011 11001101 10100 101000 0 10100 100001111 101101 1000000

Color Harmonies of #A57BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57BCD

Black with #A57BCD

Text Example


Text Example

White with #A57BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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