Html Css Color HEX #AC55BF Deep Lilac

📋 copy color: '#AC55BF'

red 172 ◦ green 85 ◦ blue 191

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

Shades of Deep Lilac #AC55BF

Tints of Deep Lilac #AC55BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.63%

R = 38.39%
G = 18.97%
B = 42.63%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC55BF (or 0xAC55BF) is known color: Deep Lilac. HEX triplet: AC, 55 and BF. RGB value is (172,85,191). Sum of RGB (Red+Green+Blue) = 172+85+191=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC55BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55BF is #53AA40. Grayscale: #7A7A7A. Windows color (decimal): -5483073 or 12539308. OLE color: 12539308.

HSL color Cylindrical-coordinate representation of color #AC55BF: hue angle of 289.25º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC55BF is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 85 191 -
CMYK 0.10 0.55 0 0.25
HSL 289.25º 0.45% 0.54% -
HSV(B) 289.25º 0.55% 0.75% -
XYZ 29.67 19.03 51.4 -
YUV 123.1 166.32 162.88 -
System Red Green Blue C M Y K H S L
Decimal 172 85 191 0.10 0.55 0 0.25 289.25 0.45 0.54
Hex AC 55 BF A 37 0 19 121 2D 36
Octal 254 125 277 12 67 0 31 441 55 66
Binary 10101100 1010101 10111111 1010 110111 0 11001 100100001 101101 110110

Color Harmonies of #AC55BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC55BF

Black with #AC55BF

Text Example


Text Example

White with #AC55BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC55BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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