Html Css Color HEX #AC5ABA Deep Lilac

📋 copy color: '#AC5ABA'

red 172 ◦ green 90 ◦ blue 186

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

Shades of Deep Lilac #AC5ABA

Tints of Deep Lilac #AC5ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.09%

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

R = 38.39%
G = 20.09%
B = 41.52%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC5ABA (or 0xAC5ABA) is known color: Deep Lilac. HEX triplet: AC, 5A and BA. RGB value is (172,90,186). Sum of RGB (Red+Green+Blue) = 172+90+186=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC5ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ABA is #53A545. Grayscale: #7D7D7D. Windows color (decimal): -5481798 or 12212908. OLE color: 12212908.

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

Color convert

RGB 172 90 186 -
CMYK 0.08 0.52 0 0.27
HSL 291.25º 0.41% 0.54% -
HSV(B) 291.25º 0.52% 0.73% -
XYZ 29.53 19.63 48.69 -
YUV 125.46 162.17 161.19 -
System Red Green Blue C M Y K H S L
Decimal 172 90 186 0.08 0.52 0 0.27 291.25 0.41 0.54
Hex AC 5A BA 8 34 0 1B 123 29 36
Octal 254 132 272 10 64 0 33 443 51 66
Binary 10101100 1011010 10111010 1000 110100 0 11011 100100011 101001 110110

Color Harmonies of #AC5ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5ABA

Black with #AC5ABA

Text Example


Text Example

White with #AC5ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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