Html Css Color HEX #AC58BB Deep Lilac

📋 copy color: '#AC58BB'

red 172 ◦ green 88 ◦ blue 187

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

Shades of Deep Lilac #AC58BB

Tints of Deep Lilac #AC58BB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.69%

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

R = 38.48%
G = 19.69%
B = 41.83%

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

#AC58BB (or 0xAC58BB) is known color: Deep Lilac. HEX triplet: AC, 58 and BB. RGB value is (172,88,187). Sum of RGB (Red+Green+Blue) = 172+88+187=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC58BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58BB is #53A744. Grayscale: #7C7C7C. Windows color (decimal): -5482309 or 12277932. OLE color: 12277932.

HSL color Cylindrical-coordinate representation of color #AC58BB: hue angle of 290.91º 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 #AC58BB is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 88 187 -
CMYK 0.08 0.53 0 0.27
HSL 290.91º 0.42% 0.54% -
HSV(B) 290.91º 0.53% 0.73% -
XYZ 29.47 19.34 49.19 -
YUV 124.4 163.33 161.95 -
System Red Green Blue C M Y K H S L
Decimal 172 88 187 0.08 0.53 0 0.27 290.91 0.42 0.54
Hex AC 58 BB 8 35 0 1B 123 2A 36
Octal 254 130 273 10 65 0 33 443 52 66
Binary 10101100 1011000 10111011 1000 110101 0 11011 100100011 101010 110110

Color Harmonies of #AC58BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58BB

Black with #AC58BB

Text Example


Text Example

White with #AC58BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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