#AC63C0

Color #AC63C0 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #AC63C0

Tints of Deep Lilac #AC63C0

Color information

#AC63C0 (or 0xAC63C0) is unknown color: approx Deep Lilac. HEX triplet: AC, 63 and C0. RGB value is (172,99,192). Sum of RGB (Red+Green+Blue) = 172+99+192=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC63C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63C0 is #539C3F. Grayscale: #838383. Windows color (decimal): -5479488 or 12608428. OLE color: 12608428.

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

Color convert

RGB17299192-
CMYK0.100.4800.25
HSL287.1º42.47%57.06%-
HSV(B)287.1º48.44%75.29%-
XYZ30.9921.552.39-
YUV131.43162.18156.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 99 (39.06% from 255) = 21.38%
BLUE value IS 192 (75.39% from 255) = 41.47%
R=37.15%
G=21.38%
B=41.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172991920.100.4800.25287.142.4757.06
HexAC63C0A3001911f2a39
Octal25414330012600314375271
Binary101011001100011110000001010110000011001100011111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC63C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC63C0; }

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

 H1.HeaderClassName
 {
   color: #AC63C0;
 }
 .AnyTagClassName
 {
   color: #AC63C0;
 }
</style>
background-color css

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

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

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

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

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

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