#AC61BE

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

Shades of Deep Lilac #AC61BE

Tints of Deep Lilac #AC61BE

Color information

#AC61BE (or 0xAC61BE) is unknown color: approx Deep Lilac. HEX triplet: AC, 61 and BE. RGB value is (172,97,190). Sum of RGB (Red+Green+Blue) = 172+97+190=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC61BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61BE is #539E41. Grayscale: #818181. Windows color (decimal): -5480002 or 12476844. OLE color: 12476844.

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

Color convert

RGB17297190-
CMYK0.090.4900.25
HSL288.39º41.7%56.27%-
HSV(B)288.39º48.95%74.51%-
XYZ30.5821.0451.16-
YUV130.03161.85157.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=37.47%
G=21.13%
B=41.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172971900.090.4900.25288.3941.756.27
HexAC61BE9310191202a38
Octal25414127611610314405270
Binary101011001100001101111101001110001011001100100000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61BE; }

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

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

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

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

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

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

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

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