Html Css Color HEX #AC56BA Deep Lilac

📋 copy color: '#AC56BA'

red 172 ◦ green 86 ◦ blue 186

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

Shades of Deep Lilac #AC56BA

Tints of Deep Lilac #AC56BA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.37%

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

R = 38.74%
G = 19.37%
B = 41.89%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC56BA (or 0xAC56BA) is known color: Deep Lilac. HEX triplet: AC, 56 and BA. RGB value is (172,86,186). Sum of RGB (Red+Green+Blue) = 172+86+186=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC56BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56BA is #53A945. Grayscale: #7A7A7A. Windows color (decimal): -5482822 or 12211884. OLE color: 12211884.

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

Color convert

RGB 172 86 186 -
CMYK 0.08 0.54 0 0.27
HSL 291.6º 0.42% 0.53% -
HSV(B) 291.6º 0.54% 0.73% -
XYZ 29.2 18.97 48.58 -
YUV 123.11 163.49 162.87 -
System Red Green Blue C M Y K H S L
Decimal 172 86 186 0.08 0.54 0 0.27 291.6 0.42 0.53
Hex AC 56 BA 8 36 0 1B 124 2A 35
Octal 254 126 272 10 66 0 33 444 52 65
Binary 10101100 1010110 10111010 1000 110110 0 11011 100100100 101010 110101

Color Harmonies of #AC56BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC56BA

Black with #AC56BA

Text Example


Text Example

White with #AC56BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC56BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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