Html Css Color HEX #AC53C0 Deep Lilac

📋 copy color: '#AC53C0'

red 172 ◦ green 83 ◦ blue 192

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

Shades of Deep Lilac #AC53C0

Tints of Deep Lilac #AC53C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.95%

R = 38.48%
G = 18.57%
B = 42.95%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC53C0 (or 0xAC53C0) is known color: Deep Lilac. HEX triplet: AC, 53 and C0. RGB value is (172,83,192). Sum of RGB (Red+Green+Blue) = 172+83+192=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC53C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53C0 is #53AC3F. Grayscale: #797979. Windows color (decimal): -5483584 or 12604332. OLE color: 12604332.

HSL color Cylindrical-coordinate representation of color #AC53C0: hue angle of 288.99º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC53C0 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 83 192 -
CMYK 0.10 0.57 0 0.25
HSL 288.99º 0.46% 0.54% -
HSV(B) 288.99º 0.57% 0.75% -
XYZ 29.62 18.76 51.93 -
YUV 122.04 167.49 163.64 -
System Red Green Blue C M Y K H S L
Decimal 172 83 192 0.10 0.57 0 0.25 288.99 0.46 0.54
Hex AC 53 C0 A 39 0 19 121 2E 36
Octal 254 123 300 12 71 0 31 441 56 66
Binary 10101100 1010011 11000000 1010 111001 0 11001 100100001 101110 110110

Color Harmonies of #AC53C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53C0

Black with #AC53C0

Text Example


Text Example

White with #AC53C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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