#AC62BA

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

Shades of Deep Lilac #AC62BA

Tints of Deep Lilac #AC62BA

Color information

#AC62BA (or 0xAC62BA) is unknown color: approx Deep Lilac. HEX triplet: AC, 62 and BA. RGB value is (172,98,186). Sum of RGB (Red+Green+Blue) = 172+98+186=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC62BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62BA is #539D45. Grayscale: #818181. Windows color (decimal): -5479750 or 12214956. OLE color: 12214956.

HSL color Cylindrical-coordinate representation of color #AC62BA: hue angle of 290.45º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC62BA is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17298186-
CMYK0.080.4700.27
HSL290.45º38.94%55.69%-
HSV(B)290.45º47.31%72.94%-
XYZ30.2421.0548.92-
YUV130.16159.52157.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 98 (38.67% from 255) = 21.49%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=37.72%
G=21.49%
B=40.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172981860.080.4700.27290.4538.9455.69
HexAC62BA82F01B1222738
Octal25414227210570334424770
Binary101011001100010101110101000101111011011100100010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC62BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC62BA; }

 p { color: rgb(172,98,186); }

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

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

 a { background-color: rgb(172,98,186); }

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

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

 span { border-color: rgb(172,98,186); }

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