#AC61C1

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

Shades of Deep Lilac #AC61C1

Tints of Deep Lilac #AC61C1

Color information

#AC61C1 (or 0xAC61C1) is unknown color: approx Deep Lilac. HEX triplet: AC, 61 and C1. RGB value is (172,97,193). Sum of RGB (Red+Green+Blue) = 172+97+193=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC61C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61C1 is #539E3E. Grayscale: #828282. Windows color (decimal): -5479999 or 12673452. OLE color: 12673452.

HSL color Cylindrical-coordinate representation of color #AC61C1: hue angle of 286.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC61C1 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17297193-
CMYK0.110.5000.24
HSL286.88º43.64%56.86%-
HSV(B)286.88º49.74%75.69%-
XYZ30.9121.1752.91-
YUV130.37163.35157.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 97 (38.28% from 255) = 21.00%
BLUE value IS 193 (75.78% from 255) = 41.77%
R=37.23%
G=21.00%
B=41.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172971930.110.5000.24286.8843.6456.86
HexAC61C1B3201811f2c39
Octal25414130113620304375471
Binary101011001100001110000011011110010011000100011111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61C1; }

 p { color: rgb(172,97,193); }

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

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

 a { background-color: rgb(172,97,193); }

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

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

 span { border-color: rgb(172,97,193); }

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