Html Css Color HEX #AC5CBA Deep Lilac

📋 copy color: '#AC5CBA'

red 172 ◦ green 92 ◦ blue 186

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

Shades of Deep Lilac #AC5CBA

Tints of Deep Lilac #AC5CBA

RGB

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

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

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

R = 38.22%
G = 20.44%
B = 41.33%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC5CBA (or 0xAC5CBA) is known color: Deep Lilac. HEX triplet: AC, 5C and BA. RGB value is (172,92,186). Sum of RGB (Red+Green+Blue) = 172+92+186=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC5CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CBA is #53A345. Grayscale: #7E7E7E. Windows color (decimal): -5481286 or 12213420. OLE color: 12213420.

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

Color convert

RGB 172 92 186 -
CMYK 0.08 0.51 0 0.27
HSL 291.06º 0.41% 0.55% -
HSV(B) 291.06º 0.51% 0.73% -
XYZ 29.7 19.97 48.74 -
YUV 126.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 172 92 186 0.08 0.51 0 0.27 291.06 0.41 0.55
Hex AC 5C BA 8 33 0 1B 123 29 37
Octal 254 134 272 10 63 0 33 443 51 67
Binary 10101100 1011100 10111010 1000 110011 0 11011 100100011 101001 110111

Color Harmonies of #AC5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CBA

Black with #AC5CBA

Text Example


Text Example

White with #AC5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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