Html Css Color HEX #A57CCC Lilac Bush

📋 copy color: '#A57CCC'

red 165 ◦ green 124 ◦ blue 204

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

Shades of Lilac Bush #A57CCC

Tints of Lilac Bush #A57CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 33.47%
G = 25.15%
B = 41.38%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A57CCC (or 0xA57CCC) is known color: Lilac Bush. HEX triplet: A5, 7C and CC. RGB value is (165,124,204). Sum of RGB (Red+Green+Blue) = 165+124+204=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #A57CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CCC is #5A8333. Grayscale: #919191. Windows color (decimal): -5931828 or 13401253. OLE color: 13401253.

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

Color convert

RGB 165 124 204 -
CMYK 0.19 0.39 0 0.2
HSL 270.75º 0.44% 0.64% -
HSV(B) 270.75º 0.39% 0.8% -
XYZ 33.62 26.77 60.52 -
YUV 145.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 165 124 204 0.19 0.39 0 0.2 270.75 0.44 0.64
Hex A5 7C CC 13 27 0 14 10F 2C 40
Octal 245 174 314 23 47 0 24 417 54 100
Binary 10100101 1111100 11001100 10011 100111 0 10100 100001111 101100 1000000

Color Harmonies of #A57CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CCC

Black with #A57CCC

Text Example


Text Example

White with #A57CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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