Html Css Color HEX #AC60BE Deep Lilac

📋 copy color: '#AC60BE'

red 172 ◦ green 96 ◦ blue 190

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

Shades of Deep Lilac #AC60BE

Tints of Deep Lilac #AC60BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.48%

R = 37.55%
G = 20.96%
B = 41.48%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC60BE (or 0xAC60BE) is known color: Deep Lilac. HEX triplet: AC, 60 and BE. RGB value is (172,96,190). Sum of RGB (Red+Green+Blue) = 172+96+190=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC60BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60BE is #539F41. Grayscale: #818181. Windows color (decimal): -5480258 or 12476588. OLE color: 12476588.

HSL color Cylindrical-coordinate representation of color #AC60BE: hue angle of 288.51º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC60BE is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 96 190 -
CMYK 0.09 0.49 0 0.25
HSL 288.51º 0.42% 0.56% -
HSV(B) 288.51º 0.49% 0.75% -
XYZ 30.49 20.85 51.13 -
YUV 129.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 172 96 190 0.09 0.49 0 0.25 288.51 0.42 0.56
Hex AC 60 BE 9 31 0 19 121 2A 38
Octal 254 140 276 11 61 0 31 441 52 70
Binary 10101100 1100000 10111110 1001 110001 0 11001 100100001 101010 111000

Color Harmonies of #AC60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60BE

Black with #AC60BE

Text Example


Text Example

White with #AC60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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