Html Css Color HEX #AC53BC Deep Lilac

📋 copy color: '#AC53BC'

red 172 ◦ green 83 ◦ blue 188

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

Shades of Deep Lilac #AC53BC

Tints of Deep Lilac #AC53BC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.74%

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

R = 38.83%
G = 18.74%
B = 42.44%

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

#AC53BC (or 0xAC53BC) is known color: Deep Lilac. HEX triplet: AC, 53 and BC. RGB value is (172,83,188). Sum of RGB (Red+Green+Blue) = 172+83+188=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC53BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53BC is #53AC43. Grayscale: #797979. Windows color (decimal): -5483588 or 12342188. OLE color: 12342188.

HSL color Cylindrical-coordinate representation of color #AC53BC: hue angle of 290.86º 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 #AC53BC is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 83 188 -
CMYK 0.09 0.56 0 0.26
HSL 290.86º 0.44% 0.53% -
HSV(B) 290.86º 0.56% 0.74% -
XYZ 29.18 18.59 49.63 -
YUV 121.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 172 83 188 0.09 0.56 0 0.26 290.86 0.44 0.53
Hex AC 53 BC 9 38 0 1A 123 2C 35
Octal 254 123 274 11 70 0 32 443 54 65
Binary 10101100 1010011 10111100 1001 111000 0 11010 100100011 101100 110101

Color Harmonies of #AC53BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53BC

Black with #AC53BC

Text Example


Text Example

White with #AC53BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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