Html Css Color HEX #AC52BC Deep Lilac

📋 copy color: '#AC52BC'

red 172 ◦ green 82 ◦ blue 188

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

Shades of Deep Lilac #AC52BC

Tints of Deep Lilac #AC52BC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.55%

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

R = 38.91%
G = 18.55%
B = 42.53%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC52BC (or 0xAC52BC) is known color: Deep Lilac. HEX triplet: AC, 52 and BC. RGB value is (172,82,188). Sum of RGB (Red+Green+Blue) = 172+82+188=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC52BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52BC is #53AD43. Grayscale: #787878. Windows color (decimal): -5483844 or 12341932. OLE color: 12341932.

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

Color convert

RGB 172 82 188 -
CMYK 0.09 0.56 0 0.26
HSL 290.94º 0.44% 0.53% -
HSV(B) 290.94º 0.56% 0.74% -
XYZ 29.11 18.44 49.6 -
YUV 120.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 172 82 188 0.09 0.56 0 0.26 290.94 0.44 0.53
Hex AC 52 BC 9 38 0 1A 123 2C 35
Octal 254 122 274 11 70 0 32 443 54 65
Binary 10101100 1010010 10111100 1001 111000 0 11010 100100011 101100 110101

Color Harmonies of #AC52BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC52BC

Black with #AC52BC

Text Example


Text Example

White with #AC52BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC52BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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