Html Css Color HEX #AC5ABB Deep Lilac

📋 copy color: '#AC5ABB'

red 172 ◦ green 90 ◦ blue 187

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

Shades of Deep Lilac #AC5ABB

Tints of Deep Lilac #AC5ABB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.04%

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

R = 38.31%
G = 20.04%
B = 41.65%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC5ABB (or 0xAC5ABB) is known color: Deep Lilac. HEX triplet: AC, 5A and BB. RGB value is (172,90,187). Sum of RGB (Red+Green+Blue) = 172+90+187=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC5ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ABB is #53A544. Grayscale: #7D7D7D. Windows color (decimal): -5481797 or 12278444. OLE color: 12278444.

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

Color convert

RGB 172 90 187 -
CMYK 0.08 0.52 0 0.27
HSL 290.72º 0.42% 0.54% -
HSV(B) 290.72º 0.52% 0.73% -
XYZ 29.64 19.67 49.25 -
YUV 125.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 172 90 187 0.08 0.52 0 0.27 290.72 0.42 0.54
Hex AC 5A BB 8 34 0 1B 123 2A 36
Octal 254 132 273 10 64 0 33 443 52 66
Binary 10101100 1011010 10111011 1000 110100 0 11011 100100011 101010 110110

Color Harmonies of #AC5ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5ABB

Black with #AC5ABB

Text Example


Text Example

White with #AC5ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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