#AC50BF

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

Shades of Deep Lilac #AC50BF

Tints of Deep Lilac #AC50BF

Color information

#AC50BF (or 0xAC50BF) is unknown color: approx Deep Lilac. HEX triplet: AC, 50 and BF. RGB value is (172,80,191). Sum of RGB (Red+Green+Blue) = 172+80+191=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC50BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50BF is #53AF40. Grayscale: #777777. Windows color (decimal): -5484353 or 12538028. OLE color: 12538028.

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

Color convert

RGB17280191-
CMYK0.100.5800.25
HSL289.73º46.44%53.14%-
HSV(B)289.73º58.12%74.9%-
XYZ29.2918.2751.27-
YUV120.16167.98164.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 191 (75% from 255) = 43.12%
R=38.83%
G=18.06%
B=43.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172801910.100.5800.25289.7346.4453.14
HexAC50BFA3A0191222e35
Octal25412027712720314425665
Binary101011001010000101111111010111010011001100100010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC50BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC50BF; }

 p { color: rgb(172,80,191); }

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

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

 a { background-color: rgb(172,80,191); }

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

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

 span { border-color: rgb(172,80,191); }

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