Html Css Color HEX #AC55BB Deep Lilac

📋 copy color: '#AC55BB'

red 172 ◦ green 85 ◦ blue 187

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

Shades of Deep Lilac #AC55BB

Tints of Deep Lilac #AC55BB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.14%

 BLUE value IS 187 (73.44% from 255) = 42.12%

R = 38.74%
G = 19.14%
B = 42.12%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC55BB (or 0xAC55BB) is known color: Deep Lilac. HEX triplet: AC, 55 and BB. RGB value is (172,85,187). Sum of RGB (Red+Green+Blue) = 172+85+187=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC55BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55BB is #53AA44. Grayscale: #7A7A7A. Windows color (decimal): -5483077 or 12277164. OLE color: 12277164.

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

Color convert

RGB 172 85 187 -
CMYK 0.08 0.55 0 0.27
HSL 291.18º 0.43% 0.53% -
HSV(B) 291.18º 0.55% 0.73% -
XYZ 29.23 18.86 49.11 -
YUV 122.64 164.32 163.21 -
System Red Green Blue C M Y K H S L
Decimal 172 85 187 0.08 0.55 0 0.27 291.18 0.43 0.53
Hex AC 55 BB 8 37 0 1B 123 2B 35
Octal 254 125 273 10 67 0 33 443 53 65
Binary 10101100 1010101 10111011 1000 110111 0 11011 100100011 101011 110101

Color Harmonies of #AC55BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC55BB

Black with #AC55BB

Text Example


Text Example

White with #AC55BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC55BB; }

 p { color: rgb(172,85,187); }

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

background-color css

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

 a { background-color: rgb(172,85,187); }

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

border-color css

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

 span { border-color: rgb(172,85,187); }

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