Html Css Color HEX #AC60BA Deep Lilac

📋 copy color: '#AC60BA'

red 172 ◦ green 96 ◦ blue 186

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

Shades of Deep Lilac #AC60BA

Tints of Deep Lilac #AC60BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.15%

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

R = 37.89%
G = 21.15%
B = 40.97%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC60BA (or 0xAC60BA) is known color: Deep Lilac. HEX triplet: AC, 60 and BA. RGB value is (172,96,186). Sum of RGB (Red+Green+Blue) = 172+96+186=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC60BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60BA is #539F45. Grayscale: #808080. Windows color (decimal): -5480262 or 12214444. OLE color: 12214444.

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

Color convert

RGB 172 96 186 -
CMYK 0.08 0.48 0 0.27
HSL 290.67º 0.39% 0.55% -
HSV(B) 290.67º 0.48% 0.73% -
XYZ 30.06 20.68 48.86 -
YUV 128.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 172 96 186 0.08 0.48 0 0.27 290.67 0.39 0.55
Hex AC 60 BA 8 30 0 1B 123 27 37
Octal 254 140 272 10 60 0 33 443 47 67
Binary 10101100 1100000 10111010 1000 110000 0 11011 100100011 100111 110111

Color Harmonies of #AC60BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60BA

Black with #AC60BA

Text Example


Text Example

White with #AC60BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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