Html Css Color HEX #A57CCB Lilac Bush

📋 copy color: '#A57CCB'

red 165 ◦ green 124 ◦ blue 203

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

Shades of Lilac Bush #A57CCB

Tints of Lilac Bush #A57CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.2%

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

R = 33.54%
G = 25.2%
B = 41.26%

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

#A57CCB (or 0xA57CCB) is known color: Lilac Bush. HEX triplet: A5, 7C and CB. RGB value is (165,124,203). Sum of RGB (Red+Green+Blue) = 165+124+203=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #A57CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CCB is #5A8334. Grayscale: #909090. Windows color (decimal): -5931829 or 13335717. OLE color: 13335717.

HSL color Cylindrical-coordinate representation of color #A57CCB: hue angle of 271.14º 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 #A57CCB is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 124 203 -
CMYK 0.19 0.39 0 0.20
HSL 271.14º 0.43% 0.64% -
HSV(B) 271.14º 0.39% 0.8% -
XYZ 33.5 26.73 59.89 -
YUV 145.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 165 124 203 0.19 0.39 0 0.20 271.14 0.43 0.64
Hex A5 7C CB 13 27 0 14 10F 2B 40
Octal 245 174 313 23 47 0 24 417 53 100
Binary 10100101 1111100 11001011 10011 100111 0 10100 100001111 101011 1000000

Color Harmonies of #A57CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CCB

Black with #A57CCB

Text Example


Text Example

White with #A57CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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