Html Css Color HEX #AC58BD Deep Lilac

📋 copy color: '#AC58BD'

red 172 ◦ green 88 ◦ blue 189

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

Shades of Deep Lilac #AC58BD

Tints of Deep Lilac #AC58BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.09%

R = 38.31%
G = 19.6%
B = 42.09%

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

#AC58BD (or 0xAC58BD) is known color: Deep Lilac. HEX triplet: AC, 58 and BD. RGB value is (172,88,189). Sum of RGB (Red+Green+Blue) = 172+88+189=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC58BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58BD is #53A742. Grayscale: #7C7C7C. Windows color (decimal): -5482307 or 12409004. OLE color: 12409004.

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

Color convert

RGB 172 88 189 -
CMYK 0.09 0.53 0 0.26
HSL 289.9º 0.43% 0.54% -
HSV(B) 289.9º 0.53% 0.74% -
XYZ 29.69 19.42 50.33 -
YUV 124.63 164.33 161.79 -
System Red Green Blue C M Y K H S L
Decimal 172 88 189 0.09 0.53 0 0.26 289.9 0.43 0.54
Hex AC 58 BD 9 35 0 1A 122 2B 36
Octal 254 130 275 11 65 0 32 442 53 66
Binary 10101100 1011000 10111101 1001 110101 0 11010 100100010 101011 110110

Color Harmonies of #AC58BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58BD

Black with #AC58BD

Text Example


Text Example

White with #AC58BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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