Html Css Color HEX #AC58BC Deep Lilac

📋 copy color: '#AC58BC'

red 172 ◦ green 88 ◦ blue 188

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

Shades of Deep Lilac #AC58BC

Tints of Deep Lilac #AC58BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 38.39%
G = 19.64%
B = 41.96%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC58BC (or 0xAC58BC) is known color: Deep Lilac. HEX triplet: AC, 58 and BC. RGB value is (172,88,188). Sum of RGB (Red+Green+Blue) = 172+88+188=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC58BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58BC is #53A743. Grayscale: #7C7C7C. Windows color (decimal): -5482308 or 12343468. OLE color: 12343468.

HSL color Cylindrical-coordinate representation of color #AC58BC: hue angle of 290.4º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC58BC is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 88 188 -
CMYK 0.09 0.53 0 0.26
HSL 290.4º 0.43% 0.54% -
HSV(B) 290.4º 0.53% 0.74% -
XYZ 29.58 19.38 49.76 -
YUV 124.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 172 88 188 0.09 0.53 0 0.26 290.4 0.43 0.54
Hex AC 58 BC 9 35 0 1A 122 2B 36
Octal 254 130 274 11 65 0 32 442 53 66
Binary 10101100 1011000 10111100 1001 110101 0 11010 100100010 101011 110110

Color Harmonies of #AC58BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58BC

Black with #AC58BC

Text Example


Text Example

White with #AC58BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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