Html Css Color HEX #A57BCB Lilac Bush

📋 copy color: '#A57BCB'

red 165 ◦ green 123 ◦ blue 203

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

Shades of Lilac Bush #A57BCB

Tints of Lilac Bush #A57BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 33.6%
G = 25.05%
B = 41.34%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A57BCB (or 0xA57BCB) is known color: Lilac Bush. HEX triplet: A5, 7B and CB. RGB value is (165,123,203). Sum of RGB (Red+Green+Blue) = 165+123+203=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #A57BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57BCB is #5A8434. Grayscale: #909090. Windows color (decimal): -5932085 or 13335461. OLE color: 13335461.

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

Color convert

RGB 165 123 203 -
CMYK 0.19 0.39 0 0.20
HSL 271.5º 0.43% 0.64% -
HSV(B) 271.5º 0.39% 0.8% -
XYZ 33.38 26.48 59.85 -
YUV 144.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 165 123 203 0.19 0.39 0 0.20 271.5 0.43 0.64
Hex A5 7B CB 13 27 0 14 110 2B 40
Octal 245 173 313 23 47 0 24 420 53 100
Binary 10100101 1111011 11001011 10011 100111 0 10100 100010000 101011 1000000

Color Harmonies of #A57BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57BCB

Black with #A57BCB

Text Example


Text Example

White with #A57BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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