Html Css Color HEX #AC57BA Deep Lilac

📋 copy color: '#AC57BA'

red 172 ◦ green 87 ◦ blue 186

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

Shades of Deep Lilac #AC57BA

Tints of Deep Lilac #AC57BA

RGB

 RED value IS 172 (67.58% from 255) = 38.65%

 GREEN value IS 87 (34.38% from 255) = 19.55%

 BLUE value IS 186 (73.05% from 255) = 41.8%

R = 38.65%
G = 19.55%
B = 41.8%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC57BA (or 0xAC57BA) is known color: Deep Lilac. HEX triplet: AC, 57 and BA. RGB value is (172,87,186). Sum of RGB (Red+Green+Blue) = 172+87+186=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC57BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC57BA is #53A845. Grayscale: #7B7B7B. Windows color (decimal): -5482566 or 12212140. OLE color: 12212140.

HSL color Cylindrical-coordinate representation of color #AC57BA: hue angle of 291.52º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC57BA is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 87 186 -
CMYK 0.08 0.53 0 0.27
HSL 291.52º 0.42% 0.54% -
HSV(B) 291.52º 0.53% 0.73% -
XYZ 29.28 19.13 48.6 -
YUV 123.7 163.16 162.45 -
System Red Green Blue C M Y K H S L
Decimal 172 87 186 0.08 0.53 0 0.27 291.52 0.42 0.54
Hex AC 57 BA 8 35 0 1B 124 2A 36
Octal 254 127 272 10 65 0 33 444 52 66
Binary 10101100 1010111 10111010 1000 110101 0 11011 100100100 101010 110110

Color Harmonies of #AC57BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC57BA

Black with #AC57BA

Text Example


Text Example

White with #AC57BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC57BA; }

 p { color: rgb(172,87,186); }

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

background-color css

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

 a { background-color: rgb(172,87,186); }

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

border-color css

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

 span { border-color: rgb(172,87,186); }

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