Html Css Color HEX #AC58BA Deep Lilac

📋 copy color: '#AC58BA'

red 172 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #AC58BA

Tints of Deep Lilac #AC58BA

RGB

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

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

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

R = 38.57%
G = 19.73%
B = 41.7%

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

#AC58BA (or 0xAC58BA) is known color: Deep Lilac. HEX triplet: AC, 58 and BA. RGB value is (172,88,186). Sum of RGB (Red+Green+Blue) = 172+88+186=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC58BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58BA is #53A745. Grayscale: #7B7B7B. Windows color (decimal): -5482310 or 12212396. OLE color: 12212396.

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

Color convert

RGB 172 88 186 -
CMYK 0.08 0.53 0 0.27
HSL 291.43º 0.42% 0.54% -
HSV(B) 291.43º 0.53% 0.73% -
XYZ 29.37 19.3 48.63 -
YUV 124.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 172 88 186 0.08 0.53 0 0.27 291.43 0.42 0.54
Hex AC 58 BA 8 35 0 1B 123 2A 36
Octal 254 130 272 10 65 0 33 443 52 66
Binary 10101100 1011000 10111010 1000 110101 0 11011 100100011 101010 110110

Color Harmonies of #AC58BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58BA

Black with #AC58BA

Text Example


Text Example

White with #AC58BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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