Html Css Color HEX #AC5CBB Deep Lilac

📋 copy color: '#AC5CBB'

red 172 ◦ green 92 ◦ blue 187

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

Shades of Deep Lilac #AC5CBB

Tints of Deep Lilac #AC5CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.4%

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

R = 38.14%
G = 20.4%
B = 41.46%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC5CBB (or 0xAC5CBB) is known color: Deep Lilac. HEX triplet: AC, 5C and BB. RGB value is (172,92,187). Sum of RGB (Red+Green+Blue) = 172+92+187=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC5CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CBB is #53A344. Grayscale: #7E7E7E. Windows color (decimal): -5481285 or 12278956. OLE color: 12278956.

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

Color convert

RGB 172 92 187 -
CMYK 0.08 0.51 0 0.27
HSL 290.53º 0.41% 0.55% -
HSV(B) 290.53º 0.51% 0.73% -
XYZ 29.81 20.01 49.31 -
YUV 126.75 162 160.28 -
System Red Green Blue C M Y K H S L
Decimal 172 92 187 0.08 0.51 0 0.27 290.53 0.41 0.55
Hex AC 5C BB 8 33 0 1B 123 29 37
Octal 254 134 273 10 63 0 33 443 51 67
Binary 10101100 1011100 10111011 1000 110011 0 11011 100100011 101001 110111

Color Harmonies of #AC5CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CBB

Black with #AC5CBB

Text Example


Text Example

White with #AC5CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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