Html Css Color HEX #AC5BBF Deep Lilac

📋 copy color: '#AC5BBF'

red 172 ◦ green 91 ◦ blue 191

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

Shades of Deep Lilac #AC5BBF

Tints of Deep Lilac #AC5BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.07%

R = 37.89%
G = 20.04%
B = 42.07%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC5BBF (or 0xAC5BBF) is known color: Deep Lilac. HEX triplet: AC, 5B and BF. RGB value is (172,91,191). Sum of RGB (Red+Green+Blue) = 172+91+191=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC5BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BBF is #53A440. Grayscale: #7E7E7E. Windows color (decimal): -5481537 or 12540844. OLE color: 12540844.

HSL color Cylindrical-coordinate representation of color #AC5BBF: hue angle of 288.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5BBF is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 91 191 -
CMYK 0.10 0.52 0 0.25
HSL 288.6º 0.44% 0.55% -
HSV(B) 288.6º 0.52% 0.75% -
XYZ 30.16 20.01 51.56 -
YUV 126.62 164.34 160.37 -
System Red Green Blue C M Y K H S L
Decimal 172 91 191 0.10 0.52 0 0.25 288.6 0.44 0.55
Hex AC 5B BF A 34 0 19 121 2C 37
Octal 254 133 277 12 64 0 31 441 54 67
Binary 10101100 1011011 10111111 1010 110100 0 11001 100100001 101100 110111

Color Harmonies of #AC5BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5BBF

Black with #AC5BBF

Text Example


Text Example

White with #AC5BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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