Html Css Color HEX #AC5CBC Deep Lilac

📋 copy color: '#AC5CBC'

red 172 ◦ green 92 ◦ blue 188

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

Shades of Deep Lilac #AC5CBC

Tints of Deep Lilac #AC5CBC

RGB

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

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

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

R = 38.05%
G = 20.35%
B = 41.59%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC5CBC (or 0xAC5CBC) is known color: Deep Lilac. HEX triplet: AC, 5C and BC. RGB value is (172,92,188). Sum of RGB (Red+Green+Blue) = 172+92+188=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC5CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CBC is #53A343. Grayscale: #7E7E7E. Windows color (decimal): -5481284 or 12344492. OLE color: 12344492.

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

Color convert

RGB 172 92 188 -
CMYK 0.09 0.51 0 0.26
HSL 290º 0.42% 0.55% -
HSV(B) 290º 0.51% 0.74% -
XYZ 29.92 20.06 49.87 -
YUV 126.86 162.5 160.19 -
System Red Green Blue C M Y K H S L
Decimal 172 92 188 0.09 0.51 0 0.26 290 0.42 0.55
Hex AC 5C BC 9 33 0 1A 122 2A 37
Octal 254 134 274 11 63 0 32 442 52 67
Binary 10101100 1011100 10111100 1001 110011 0 11010 100100010 101010 110111

Color Harmonies of #AC5CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CBC

Black with #AC5CBC

Text Example


Text Example

White with #AC5CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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