Html Css Color HEX #AC5EBC Deep Lilac

📋 copy color: '#AC5EBC'

red 172 ◦ green 94 ◦ blue 188

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

Shades of Deep Lilac #AC5EBC

Tints of Deep Lilac #AC5EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.7%

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 37.89%
G = 20.7%
B = 41.41%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC5EBC (or 0xAC5EBC) is known color: Deep Lilac. HEX triplet: AC, 5E and BC. RGB value is (172,94,188). Sum of RGB (Red+Green+Blue) = 172+94+188=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC5EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5EBC is #53A143. Grayscale: #7F7F7F. Windows color (decimal): -5480772 or 12345004. OLE color: 12345004.

HSL color Cylindrical-coordinate representation of color #AC5EBC: hue angle of 289.79º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC5EBC is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 94 188 -
CMYK 0.09 0.50 0 0.26
HSL 289.79º 0.41% 0.55% -
HSV(B) 289.79º 0.5% 0.74% -
XYZ 30.09 20.41 49.93 -
YUV 128.04 161.84 159.36 -
System Red Green Blue C M Y K H S L
Decimal 172 94 188 0.09 0.50 0 0.26 289.79 0.41 0.55
Hex AC 5E BC 9 32 0 1A 122 29 37
Octal 254 136 274 11 62 0 32 442 51 67
Binary 10101100 1011110 10111100 1001 110010 0 11010 100100010 101001 110111

Color Harmonies of #AC5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5EBC

Black with #AC5EBC

Text Example


Text Example

White with #AC5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5EBC; }

 p { color: rgb(172,94,188); }

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

background-color css

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

 a { background-color: rgb(172,94,188); }

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

border-color css

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

 span { border-color: rgb(172,94,188); }

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