Html Css Color HEX #AC5BBA Deep Lilac

📋 copy color: '#AC5BBA'

red 172 ◦ green 91 ◦ blue 186

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

Shades of Deep Lilac #AC5BBA

Tints of Deep Lilac #AC5BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 38.31%
G = 20.27%
B = 41.43%

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

#AC5BBA (or 0xAC5BBA) is known color: Deep Lilac. HEX triplet: AC, 5B and BA. RGB value is (172,91,186). Sum of RGB (Red+Green+Blue) = 172+91+186=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC5BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BBA is #53A445. Grayscale: #7D7D7D. Windows color (decimal): -5481542 or 12213164. OLE color: 12213164.

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

Color convert

RGB 172 91 186 -
CMYK 0.08 0.51 0 0.27
HSL 291.16º 0.41% 0.54% -
HSV(B) 291.16º 0.51% 0.73% -
XYZ 29.62 19.8 48.71 -
YUV 126.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 172 91 186 0.08 0.51 0 0.27 291.16 0.41 0.54
Hex AC 5B BA 8 33 0 1B 123 29 36
Octal 254 133 272 10 63 0 33 443 51 66
Binary 10101100 1011011 10111010 1000 110011 0 11011 100100011 101001 110110

Color Harmonies of #AC5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5BBA

Black with #AC5BBA

Text Example


Text Example

White with #AC5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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