Html Css Color HEX #AC5CBF Deep Lilac

📋 copy color: '#AC5CBF'

red 172 ◦ green 92 ◦ blue 191

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

Shades of Deep Lilac #AC5CBF

Tints of Deep Lilac #AC5CBF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.22%

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

R = 37.8%
G = 20.22%
B = 41.98%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC5CBF (or 0xAC5CBF) is known color: Deep Lilac. HEX triplet: AC, 5C and BF. RGB value is (172,92,191). Sum of RGB (Red+Green+Blue) = 172+92+191=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC5CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CBF is #53A340. Grayscale: #7E7E7E. Windows color (decimal): -5481281 or 12541100. OLE color: 12541100.

HSL color Cylindrical-coordinate representation of color #AC5CBF: hue angle of 288.48º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5CBF is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 92 191 -
CMYK 0.10 0.52 0 0.25
HSL 288.48º 0.44% 0.55% -
HSV(B) 288.48º 0.52% 0.75% -
XYZ 30.24 20.19 51.59 -
YUV 127.21 164 159.95 -
System Red Green Blue C M Y K H S L
Decimal 172 92 191 0.10 0.52 0 0.25 288.48 0.44 0.55
Hex AC 5C BF A 34 0 19 120 2C 37
Octal 254 134 277 12 64 0 31 440 54 67
Binary 10101100 1011100 10111111 1010 110100 0 11001 100100000 101100 110111

Color Harmonies of #AC5CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CBF

Black with #AC5CBF

Text Example


Text Example

White with #AC5CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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