Html Css Color HEX #AC60BF Deep Lilac

📋 copy color: '#AC60BF'

red 172 ◦ green 96 ◦ blue 191

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

Shades of Deep Lilac #AC60BF

Tints of Deep Lilac #AC60BF

RGB

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

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

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

R = 37.47%
G = 20.92%
B = 41.61%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC60BF (or 0xAC60BF) is known color: Deep Lilac. HEX triplet: AC, 60 and BF. RGB value is (172,96,191). Sum of RGB (Red+Green+Blue) = 172+96+191=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC60BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60BF is #539F40. Grayscale: #818181. Windows color (decimal): -5480257 or 12542124. OLE color: 12542124.

HSL color Cylindrical-coordinate representation of color #AC60BF: hue angle of 288º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC60BF is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 96 191 -
CMYK 0.10 0.50 0 0.25
HSL 288º 0.43% 0.56% -
HSV(B) 288º 0.5% 0.75% -
XYZ 30.6 20.9 51.71 -
YUV 129.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 172 96 191 0.10 0.50 0 0.25 288 0.43 0.56
Hex AC 60 BF A 32 0 19 120 2B 38
Octal 254 140 277 12 62 0 31 440 53 70
Binary 10101100 1100000 10111111 1010 110010 0 11001 100100000 101011 111000

Color Harmonies of #AC60BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60BF

Black with #AC60BF

Text Example


Text Example

White with #AC60BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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