#AC50BE

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

Shades of Deep Lilac #AC50BE

Tints of Deep Lilac #AC50BE

Color information

#AC50BE (or 0xAC50BE) is unknown color: approx Deep Lilac. HEX triplet: AC, 50 and BE. RGB value is (172,80,190). Sum of RGB (Red+Green+Blue) = 172+80+190=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC50BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50BE is #53AF41. Grayscale: #777777. Windows color (decimal): -5484354 or 12472492. OLE color: 12472492.

HSL color Cylindrical-coordinate representation of color #AC50BE: hue angle of 290.18º 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 #AC50BE is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17280190-
CMYK0.090.5800.25
HSL290.18º45.83%52.94%-
HSV(B)290.18º57.89%74.51%-
XYZ29.1818.2350.7-
YUV120.05167.48165.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 80 (31.64% from 255) = 18.10%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=38.91%
G=18.10%
B=42.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172801900.090.5800.25290.1845.8352.94
HexAC50BE93A0191222e35
Octal25412027611720314425665
Binary101011001010000101111101001111010011001100100010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC50BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC50BE; }

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

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

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

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

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

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

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

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