Html Css Color HEX #AC5BBC Deep Lilac

📋 copy color: '#AC5BBC'

red 172 ◦ green 91 ◦ blue 188

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

Shades of Deep Lilac #AC5BBC

Tints of Deep Lilac #AC5BBC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.18%

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

R = 38.14%
G = 20.18%
B = 41.69%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC5BBC (or 0xAC5BBC) is known color: Deep Lilac. HEX triplet: AC, 5B and BC. RGB value is (172,91,188). Sum of RGB (Red+Green+Blue) = 172+91+188=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC5BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BBC is #53A443. Grayscale: #7D7D7D. Windows color (decimal): -5481540 or 12344236. OLE color: 12344236.

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

Color convert

RGB 172 91 188 -
CMYK 0.09 0.52 0 0.26
HSL 290.1º 0.42% 0.55% -
HSV(B) 290.1º 0.52% 0.74% -
XYZ 29.83 19.88 49.84 -
YUV 126.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 172 91 188 0.09 0.52 0 0.26 290.1 0.42 0.55
Hex AC 5B BC 9 34 0 1A 122 2A 37
Octal 254 133 274 11 64 0 32 442 52 67
Binary 10101100 1011011 10111100 1001 110100 0 11010 100100010 101010 110111

Color Harmonies of #AC5BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5BBC

Black with #AC5BBC

Text Example


Text Example

White with #AC5BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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